diff options
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) |