don't send pack baked texture assets into updates.

This commit is contained in:
UbitUmarov
2014-10-24 19:50:51 +01:00
parent 21242205d1
commit 4cbc13b52f

View File

@@ -732,13 +732,14 @@ namespace OpenSim.Framework
}
data["textures"] = textures;
/* don't send bakes.
if (m_cacheitems != null)
{
OSDArray baked = WearableCacheItem.BakedToOSD(m_cacheitems);
if (baked != null)
data["bakedcache"] = baked;
}
*/
// Visual Parameters
OSDBinary visualparams = new OSDBinary(m_visualparams);
data["visualparams"] = visualparams;