aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-04-27 01:43:27 +0100
committerUbitUmarov2012-04-27 01:43:27 +0100
commita64a9e48de5226da055b0196125c8f576c462a80 (patch)
tree138242c124b81d7b3ed1309c4e9b488eee1c3c0c /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
parentTEST more changes (diff)
downloadopensim-SC_OLD-a64a9e48de5226da055b0196125c8f576c462a80.zip
opensim-SC_OLD-a64a9e48de5226da055b0196125c8f576c462a80.tar.gz
opensim-SC_OLD-a64a9e48de5226da055b0196125c8f576c462a80.tar.bz2
opensim-SC_OLD-a64a9e48de5226da055b0196125c8f576c462a80.tar.xz
TESTING
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
index 8b5b989..f22b0cc 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
@@ -1210,6 +1210,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1210 if (Body != IntPtr.Zero) 1210 if (Body != IntPtr.Zero)
1211 d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); 1211 d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z);
1212 _position = newPos; 1212 _position = newPos;
1213 m_pidControllerActive = true;
1213 } 1214 }
1214 1215
1215 private void changeOrientation(Quaternion newOri) 1216 private void changeOrientation(Quaternion newOri)