diff options
author | UbitUmarov | 2014-08-07 22:00:23 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-07 22:00:23 +0100 |
commit | 73cbdf2c6b8934ff87a5c95dede0d7dc892381f9 (patch) | |
tree | d2409ec624500e438865cc62a0e08dc41238ea0d /OpenSim/Region/CoreModules/Avatar/AvatarFactory | |
parent | remove annoying debug msg . still a lot of spam, but to remove later (diff) | |
download | opensim-SC-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.zip opensim-SC-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.gz opensim-SC-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.bz2 opensim-SC-73cbdf2c6b8934ff87a5c95dede0d7dc892381f9.tar.xz |
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 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 | ||