aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorMelanie2012-01-05 08:12:34 +0000
committerMelanie2012-01-05 08:12:34 +0000
commit2c401b7359baa54af3d48b50a758b373d3f1c90d (patch)
treee8a2728abdfaf53c02f319ce498d3fcebb996d1d /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentSmall fix to GetWorldPosition to get closer to Avination sit behavior (diff)
parentAdd "appearance rebake" command to ask a specific viewer to rebake textures f... (diff)
downloadopensim-SC_OLD-2c401b7359baa54af3d48b50a758b373d3f1c90d.zip
opensim-SC_OLD-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.gz
opensim-SC_OLD-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.bz2
opensim-SC_OLD-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-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 3d1c1b5..42cd4be 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2844,7 +2844,7 @@ namespace OpenSim.Region.Framework.Scenes
2844 Velocity = Vector3.Zero; 2844 Velocity = Vector3.Zero;
2845 AbsolutePosition = pos; 2845 AbsolutePosition = pos;
2846 2846
2847 m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition); 2847// m_log.DebugFormat("[SCENE PRESENCE]: Prevented flyoff for {0} at {1}", Name, AbsolutePosition);
2848 2848
2849 AddToPhysicalScene(isFlying); 2849 AddToPhysicalScene(isFlying);
2850 } 2850 }