diff options
Diffstat (limited to '')
-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 | ||