From 911bc81b00b276792cc43c3b246932186008d343 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 27 Apr 2012 02:13:54 +0100 Subject: testing --- OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Region/Physics') diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index f22b0cc..7356123 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs @@ -1275,6 +1275,12 @@ namespace OpenSim.Region.Physics.OdePlugin _velocity = newmomentum; _target_velocity = newmomentum; m_pidControllerActive = true; + m_colliderfilter = 0; + m_colliderObjectfilter = 0; + m_iscolliding = false; + m_iscollidingGround = false; + m_iscollidingObj = false; + if (Body != IntPtr.Zero) d.BodySetLinearVel(Body, newmomentum.X, newmomentum.Y, newmomentum.Z); } -- cgit v1.1