aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2014-08-07 05:20:45 +0100
committerUbitUmarov2014-08-07 05:20:45 +0100
commitc3f9c99fb32d15e57b24502b71c79fe028ed3007 (patch)
tree0b7cef6c028edfff0e09ca6d5442141221bc85a2 /OpenSim/Region/Framework
parentbakemodule didnt like last changes (diff)
downloadopensim-SC-c3f9c99fb32d15e57b24502b71c79fe028ed3007.zip
opensim-SC-c3f9c99fb32d15e57b24502b71c79fe028ed3007.tar.gz
opensim-SC-c3f9c99fb32d15e57b24502b71c79fe028ed3007.tar.bz2
opensim-SC-c3f9c99fb32d15e57b24502b71c79fe028ed3007.tar.xz
DANGER... changed bakedtextures caching. Assuming grid baking is cache
only, reduced number of accesses to it. TESTING
Diffstat (limited to 'OpenSim/Region/Framework')
-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 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)