diff options
author | Melanie | 2010-04-05 18:22:15 +0100 |
---|---|---|
committer | Melanie | 2010-04-05 18:22:15 +0100 |
commit | ba31b31ed08427f359f2ec54caf0f4e43f8c9b3d (patch) | |
tree | f2aadaca30ea0e286b524dbb2fa6d2a88423d873 /OpenSim/Region/Physics/ChOdePlugin | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff) | |
download | opensim-SC-ba31b31ed08427f359f2ec54caf0f4e43f8c9b3d.zip opensim-SC-ba31b31ed08427f359f2ec54caf0f4e43f8c9b3d.tar.gz opensim-SC-ba31b31ed08427f359f2ec54caf0f4e43f8c9b3d.tar.bz2 opensim-SC-ba31b31ed08427f359f2ec54caf0f4e43f8c9b3d.tar.xz |
Merge branch 'careminster' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs index 5e6696e..e8894f7 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | |||
@@ -804,6 +804,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
804 | if (m_isphysical && Body != IntPtr.Zero) | 804 | if (m_isphysical && Body != IntPtr.Zero) |
805 | { | 805 | { |
806 | d.BodyDisable(Body); | 806 | d.BodyDisable(Body); |
807 | Halt(); | ||
807 | } | 808 | } |
808 | } | 809 | } |
809 | 810 | ||
@@ -2972,7 +2973,8 @@ Console.WriteLine(" JointCreateFixed"); | |||
2972 | m_wLinObjectVel = Vector3.Zero; | 2973 | m_wLinObjectVel = Vector3.Zero; |
2973 | m_angularMotorDirection = Vector3.Zero; | 2974 | m_angularMotorDirection = Vector3.Zero; |
2974 | m_lastAngularVelocity = Vector3.Zero; | 2975 | m_lastAngularVelocity = Vector3.Zero; |
2975 | m_angularMotorDVel = Vector3.Zero; | 2976 | m_angularMotorDVel = Vector3.Zero; |
2977 | _acceleration = Vector3.Zero; | ||
2976 | } | 2978 | } |
2977 | 2979 | ||
2978 | private void UpdateLinDecay() | 2980 | private void UpdateLinDecay() |