diff options
author | Master ScienceSim | 2010-10-25 14:11:47 -0700 |
---|---|---|
committer | Master ScienceSim | 2010-10-25 14:11:47 -0700 |
commit | 6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea (patch) | |
tree | 56be5d0a766ee1449ef37f169bdbd421cd9218ac /OpenSim/Framework/AvatarAppearance.cs | |
parent | Intermediate commit for backward compatability; does not compile yet (diff) | |
download | opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.zip opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.gz opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.bz2 opensim-SC_OLD-6e58c3d563b50c5797d1cfffbaec3fe82f18c2ea.tar.xz |
Half of the compatibility is working. Login into a new region with
old data works. Teleport out of a new region with old data works.
Teleport into a new region with old data does not trigger the
necessary rebake.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index ba0cad2..05330c7 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -389,7 +389,7 @@ namespace OpenSim.Framework | |||
389 | changed = true; | 389 | changed = true; |
390 | // DEBUG ON | 390 | // DEBUG ON |
391 | if (newface != null) | 391 | if (newface != null) |
392 | m_log.WarnFormat("[SCENEPRESENCE] index {0}, new texture id {1}",i,newface.TextureID); | 392 | m_log.WarnFormat("[AVATAR APPEARANCE] index {0}, new texture id {1}",i,newface.TextureID); |
393 | // DEBUG OFF | 393 | // DEBUG OFF |
394 | } | 394 | } |
395 | 395 | ||