diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index f41a828..965d7c2 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3502,7 +3502,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3502 | // If we aren't using a cached appearance, then clear out the baked textures | 3502 | // If we aren't using a cached appearance, then clear out the baked textures |
3503 | if (!cachedappearance) | 3503 | if (!cachedappearance) |
3504 | { | 3504 | { |
3505 | Appearance.ResetAppearance(); | 3505 | // Appearance.ResetAppearance(); |
3506 | // save what ???? | 3506 | // save what ???? |
3507 | // maybe needed so the tryretry repair works? | 3507 | // maybe needed so the tryretry repair works? |
3508 | if (m_scene.AvatarFactory != null) | 3508 | if (m_scene.AvatarFactory != null) |