diff options
author | UbitUmarov | 2014-08-07 06:09:56 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-07 06:09:56 +0100 |
commit | b7f24bacce523240b73fba7ea0f3403dc59c3596 (patch) | |
tree | 22095198e1e2bb12fe33fcf46a83fee8f7cb1c91 /OpenSim/Region/Framework | |
parent | DANGER... changed bakedtextures caching. Assuming grid baking is cache (diff) | |
download | opensim-SC_OLD-b7f24bacce523240b73fba7ea0f3403dc59c3596.zip opensim-SC_OLD-b7f24bacce523240b73fba7ea0f3403dc59c3596.tar.gz opensim-SC_OLD-b7f24bacce523240b73fba7ea0f3403dc59c3596.tar.bz2 opensim-SC_OLD-b7f24bacce523240b73fba7ea0f3403dc59c3596.tar.xz |
bugg
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 965d7c2..8fae032 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3525,7 +3525,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3525 | // send even grays | 3525 | // send even grays |
3526 | if (cachedappearance) | 3526 | if (cachedappearance) |
3527 | { | 3527 | { |
3528 | m_log.DebugFormat("[SCENE PRESENCE]: Baked textures are in the cache for {0} in {1}", Name, m_scene.Name); | 3528 | // m_log.DebugFormat("[SCENE PRESENCE]: Baked textures are in the cache for {0} in {1}", Name, m_scene.Name); |
3529 | // If the avatars baked textures are all in the cache, then we have a | 3529 | // If the avatars baked textures are all in the cache, then we have a |
3530 | // complete appearance... send it out, if not, then we'll send it when | 3530 | // complete appearance... send it out, if not, then we'll send it when |
3531 | // the avatar finishes updating its appearance | 3531 | // the avatar finishes updating its appearance |