diff options
author | UbitUmarov | 2014-08-07 21:37:11 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-07 21:37:11 +0100 |
commit | 6d372f3d9e4762ec607ce73d3be947dd449ec1fc (patch) | |
tree | e5fa88e7894fec273397bd8a9a1c73f7035e9ff7 /OpenSim | |
parent | make grid baked textures override the ones on appearance. Due to bug (diff) | |
download | opensim-SC_OLD-6d372f3d9e4762ec607ce73d3be947dd449ec1fc.zip opensim-SC_OLD-6d372f3d9e4762ec607ce73d3be947dd449ec1fc.tar.gz opensim-SC_OLD-6d372f3d9e4762ec607ce73d3be947dd449ec1fc.tar.bz2 opensim-SC_OLD-6d372f3d9e4762ec607ce73d3be947dd449ec1fc.tar.xz |
remove annoying debug msg . still a lot of spam, but to remove later
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index a1b17d4..43e03c9 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -545,7 +545,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
545 | // so make grid cache be mandatory | 545 | // so make grid cache be mandatory |
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 | ||
550 | sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; | 550 | sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; |
551 | face = sp.Appearance.Texture.FaceTextures[idx]; | 551 | face = sp.Appearance.Texture.FaceTextures[idx]; |