diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 9b13a09..ccc6861 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -487,6 +487,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
487 | public bool ValidateBakedTextureCache(IScenePresence sp) | 487 | public bool ValidateBakedTextureCache(IScenePresence sp) |
488 | { | 488 | { |
489 | bool defonly = true; // are we only using default textures | 489 | bool defonly = true; // are we only using default textures |
490 | int hits = 0; | ||
490 | 491 | ||
491 | lock (m_setAppearanceLock) | 492 | lock (m_setAppearanceLock) |
492 | { | 493 | { |
@@ -497,7 +498,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
497 | 498 | ||
498 | wearableCache = WearableCacheItem.GetDefaultCacheItem(); | 499 | wearableCache = WearableCacheItem.GetDefaultCacheItem(); |
499 | 500 | ||
500 | int hits = 0; | 501 | |
501 | bool gotbacked = false; | 502 | bool gotbacked = false; |
502 | 503 | ||
503 | // Cache wearable data for teleport. | 504 | // Cache wearable data for teleport. |