aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-11-25 04:00:52 -0500
committerTeravus Ovares (Dan Olivares)2009-11-25 04:00:52 -0500
commita642968fd548e7bb7f3e47e937e209526226d0c0 (patch)
tree108e59945dc00128fa468bba1a5fe752b9f77dbc /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parent* Attempt number 1 to stop the repeating crouch animation that sometimes happ... (diff)
downloadopensim-SC_OLD-a642968fd548e7bb7f3e47e937e209526226d0c0.zip
opensim-SC_OLD-a642968fd548e7bb7f3e47e937e209526226d0c0.tar.gz
opensim-SC_OLD-a642968fd548e7bb7f3e47e937e209526226d0c0.tar.bz2
opensim-SC_OLD-a642968fd548e7bb7f3e47e937e209526226d0c0.tar.xz
* Reverting last commit.. because it just made it worse.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 33717b1..5604e3d 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1445,10 +1445,7 @@ namespace OpenSim.Region.Framework.Scenes
1445 // nesting this check because LengthSquared() is expensive and we don't 1445 // nesting this check because LengthSquared() is expensive and we don't
1446 // want to do it every step when flying. 1446 // want to do it every step when flying.
1447 if ((Velocity.LengthSquared() <= LAND_VELOCITYMAG_MAX)) 1447 if ((Velocity.LengthSquared() <= LAND_VELOCITYMAG_MAX))
1448 {
1449 StopFlying(); 1448 StopFlying();
1450 m_physicsActor.Flying = false;
1451 }
1452 } 1449 }
1453 } 1450 }
1454 1451