diff options
author | UbitUmarov | 2012-04-27 02:54:39 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-27 02:54:39 +0100 |
commit | 76d9040ed41facca73b8628f381dd8bdec3c9dc2 (patch) | |
tree | f1b9a6cb6299db50f3960def2cf5048fe60ca8a3 /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | testing (diff) | |
download | opensim-SC-76d9040ed41facca73b8628f381dd8bdec3c9dc2.zip opensim-SC-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.gz opensim-SC-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.bz2 opensim-SC-76d9040ed41facca73b8628f381dd8bdec3c9dc2.tar.xz |
testing
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-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 7356123..4b093ba 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -1273,7 +1273,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1273 | private void changeMomentum(Vector3 newmomentum) | 1273 | private void changeMomentum(Vector3 newmomentum) |
1274 | { | 1274 | { |
1275 | _velocity = newmomentum; | 1275 | _velocity = newmomentum; |
1276 | _target_velocity = newmomentum; | 1276 | _target_velocity = Vector3.Zero; |
1277 | m_pidControllerActive = true; | 1277 | m_pidControllerActive = true; |
1278 | m_colliderfilter = 0; | 1278 | m_colliderfilter = 0; |
1279 | m_colliderObjectfilter = 0; | 1279 | m_colliderObjectfilter = 0; |