aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 941765d..02bceb9 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2890,7 +2890,7 @@ namespace OpenSim.Region.Framework.Scenes
2890 // We have an appearance but we may not have the baked textures. Check the asset cache 2890 // We have an appearance but we may not have the baked textures. Check the asset cache
2891 // to see if all the baked textures are already here. 2891 // to see if all the baked textures are already here.
2892 if (m_scene.AvatarFactory != null) 2892 if (m_scene.AvatarFactory != null)
2893 cachedappearance = m_scene.AvatarFactory.ValidateBakedTextureCache(ControllingClient); 2893 cachedappearance = m_scene.AvatarFactory.ValidateBakedTextureCache(this);
2894 2894
2895 // If we aren't using a cached appearance, then clear out the baked textures 2895 // If we aren't using a cached appearance, then clear out the baked textures
2896 if (!cachedappearance) 2896 if (!cachedappearance)