fix avatars collisions on sim crossings and other few cases where freemove() is called
parent
2122c336b0
commit
dbbfe0cdd7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue