diff options
author | UbitUmarov | 2012-04-27 09:50:53 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-27 09:50:53 +0100 |
commit | fedc9eb1056d02c7f99fb4f55a46fdafec02054a (patch) | |
tree | a33394ed61fefe269d410225898bd0bd41908c4e /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | test (diff) | |
download | opensim-SC-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.zip opensim-SC-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.gz opensim-SC-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.bz2 opensim-SC-fedc9eb1056d02c7f99fb4f55a46fdafec02054a.tar.xz |
itest
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 3 |
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) |