diff options
author | UbitUmarov | 2012-04-27 09:00:30 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-27 09:00:30 +0100 |
commit | 7a7f4b7722f50af874c62894e0fbff413a5a1851 (patch) | |
tree | cd1113277737b5df29f59e76645456fb5fe20b31 | |
parent | testing.... (diff) | |
download | opensim-SC_OLD-7a7f4b7722f50af874c62894e0fbff413a5a1851.zip opensim-SC_OLD-7a7f4b7722f50af874c62894e0fbff413a5a1851.tar.gz opensim-SC_OLD-7a7f4b7722f50af874c62894e0fbff413a5a1851.tar.bz2 opensim-SC_OLD-7a7f4b7722f50af874c62894e0fbff413a5a1851.tar.xz |
testing
-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) |