diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 535a4e2..1beb761 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -2401,6 +2401,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2401 | _target_velocity = Vector3.Zero; | 2401 | _target_velocity = Vector3.Zero; |
2402 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) | 2402 | if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) |
2403 | m_vehicle.Stop(); | 2403 | m_vehicle.Stop(); |
2404 | |||
2405 | _zeroFlag = false; | ||
2406 | base.RequestPhysicsterseUpdate(); | ||
2404 | } | 2407 | } |
2405 | 2408 | ||
2406 | if (Body != IntPtr.Zero) | 2409 | if (Body != IntPtr.Zero) |