of course.. bug..

avinationmerge
UbitUmarov 2014-08-08 02:25:31 +01:00
parent 9aa6389b8b
commit ebbf236abc
1 changed files with 2 additions and 1 deletions

View File

@ -487,6 +487,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
public bool ValidateBakedTextureCache(IScenePresence sp) public bool ValidateBakedTextureCache(IScenePresence sp)
{ {
bool defonly = true; // are we only using default textures bool defonly = true; // are we only using default textures
int hits = 0;
lock (m_setAppearanceLock) lock (m_setAppearanceLock)
{ {
@ -497,7 +498,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
wearableCache = WearableCacheItem.GetDefaultCacheItem(); wearableCache = WearableCacheItem.GetDefaultCacheItem();
int hits = 0;
bool gotbacked = false; bool gotbacked = false;
// Cache wearable data for teleport. // Cache wearable data for teleport.