aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2012-04-27 02:54:39 +0100
committerUbitUmarov2012-04-27 02:54:39 +0100
commit76d9040ed41facca73b8628f381dd8bdec3c9dc2 (patch)
treef1b9a6cb6299db50f3960def2cf5048fe60ca8a3 /OpenSim/Region/Framework
parenttesting (diff)
downloadopensim-SC_OLD-76d9040ed41facca73b8628f381dd8bdec3c9dc2.zip
opensim-SC_OLD-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.gz
opensim-SC_OLD-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.bz2
opensim-SC_OLD-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.xz
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 e9ff07a..37196b0 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1113,7 +1113,7 @@ namespace OpenSim.Region.Framework.Scenes
1113 { 1113 {
1114 if (PhysicsActor != null) 1114 if (PhysicsActor != null)
1115 PhysicsActor.SetMomentum((Vector3)v); 1115 PhysicsActor.SetMomentum((Vector3)v);
1116 m_velocity = (Vector3)v; 1116// m_velocity = (Vector3)v;
1117 } 1117 }
1118 else if (Stopit) 1118 else if (Stopit)
1119 { 1119 {