fix avatars collisions on sim crossings and other few cases where freemove() is called

avinationmerge
UbitUmarov 2012-05-28 22:23:32 +01:00
parent 2122c336b0
commit dbbfe0cdd7
1 changed files with 1 additions and 2 deletions

View File

@ -1322,8 +1322,7 @@ namespace OpenSim.Region.Physics.OdePlugin
m_iscollidingGround = false;
m_iscollidingObj = false;
CollisionEventsThisFrame = new CollisionEventUpdate();
m_eventsubscription = 0;
CollisionEventsThisFrame.Clear();
}
private void changeForce(Vector3 newForce)