aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
index 267fc5b..cec8b74 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
@@ -1976,8 +1976,8 @@ namespace OpenSim.Region.PhysicsModule.ubOde
1976 1976
1977 private void changeTargetVelocity(Vector3 newVel) 1977 private void changeTargetVelocity(Vector3 newVel)
1978 { 1978 {
1979 m_pidControllerActive = true; 1979 //m_pidControllerActive = true;
1980 m_freemove = false; 1980 //m_freemove = false;
1981 _target_velocity = newVel; 1981 _target_velocity = newVel;
1982 if (Body != IntPtr.Zero) 1982 if (Body != IntPtr.Zero)
1983 SafeNativeMethods.BodyEnable(Body); 1983 SafeNativeMethods.BodyEnable(Body);