diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index d44c8e6..342b7b3 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -1247,7 +1247,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1247 | if (Body != IntPtr.Zero) | 1247 | if (Body != IntPtr.Zero) |
1248 | d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); | 1248 | d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z); |
1249 | _position = newPos; | 1249 | _position = newPos; |
1250 | m_pidControllerActive = false; | 1250 | m_pidControllerActive = true; |
1251 | } | 1251 | } |
1252 | 1252 | ||
1253 | private void changeOrientation(Quaternion newOri) | 1253 | private void changeOrientation(Quaternion newOri) |