aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-04-27 09:50:53 +0100
committerUbitUmarov2012-04-27 09:50:53 +0100
commitfedc9eb1056d02c7f99fb4f55a46fdafec02054a (patch)
treea33394ed61fefe269d410225898bd0bd41908c4e /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
parenttest (diff)
downloadopensim-SC_OLD-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.zip
opensim-SC_OLD-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.gz
opensim-SC_OLD-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.bz2
opensim-SC_OLD-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.xz
itest
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
index 36440b1..26f8cf0 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
@@ -1244,8 +1244,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1244 if (Body != IntPtr.Zero) 1244 if (Body != IntPtr.Zero)
1245 d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); 1245 d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z);
1246 _position = newPos; 1246 _position = newPos;
1247 m_pidControllerActive = true; 1247 m_pidControllerActive = true;
1248 m_log.DebugFormat("[ode character new position] {0}", newPos);
1249 } 1248 }
1250 1249
1251 private void changeOrientation(Quaternion newOri) 1250 private void changeOrientation(Quaternion newOri)