diff options
author | UbitUmarov | 2014-08-08 02:25:31 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-08 02:25:31 +0100 |
commit | ebbf236abccedb269dcb45050794677db37d24ff (patch) | |
tree | 568ab48eb8fc4ecf193abd6deeadafd8261ce8a5 /OpenSim/Region/CoreModules/Avatar/AvatarFactory | |
parent | lock set appearence during ValidateBakedTextureCache there seems to be a (diff) | |
download | opensim-SC-ebbf236abccedb269dcb45050794677db37d24ff.zip opensim-SC-ebbf236abccedb269dcb45050794677db37d24ff.tar.gz opensim-SC-ebbf236abccedb269dcb45050794677db37d24ff.tar.bz2 opensim-SC-ebbf236abccedb269dcb45050794677db37d24ff.tar.xz |
of course.. bug..
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/AvatarFactory')
-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. |