aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorUbitUmarov2014-08-07 22:00:23 +0100
committerUbitUmarov2014-08-07 22:00:23 +0100
commit73cbdf2c6b8934ff87a5c95dede0d7dc892381f9 (patch)
treed2409ec624500e438865cc62a0e08dc41238ea0d /OpenSim/Region/CoreModules/Avatar
parentremove annoying debug msg . still a lot of spam, but to remove later (diff)
downloadopensim-SC_OLD-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.zip
opensim-SC_OLD-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.gz
opensim-SC_OLD-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.bz2
opensim-SC_OLD-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.xz
bug
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs3
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 43e03c9..797ec2b 100644
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -546,7 +546,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
546 if (gotbacked) 546 if (gotbacked)
547 { 547 {
548// m_log.Debug("[ValidateBakedCache] bakedModule cache override"); 548// m_log.Debug("[ValidateBakedCache] bakedModule cache override");
549 549 if(sp.Appearance.Texture.FaceTextures[idx] == null)
550 sp.Appearance.Texture.FaceTextures[idx] = sp.Appearance.Texture.CreateFace((uint)idx);
550 sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; 551 sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID;
551 face = sp.Appearance.Texture.FaceTextures[idx]; 552 face = sp.Appearance.Texture.FaceTextures[idx];
552 553