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_iscollidingGround = false;
|
||||||
m_iscollidingObj = false;
|
m_iscollidingObj = false;
|
||||||
|
|
||||||
CollisionEventsThisFrame = new CollisionEventUpdate();
|
CollisionEventsThisFrame.Clear();
|
||||||
m_eventsubscription = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void changeForce(Vector3 newForce)
|
private void changeForce(Vector3 newForce)
|
||||||
|
|
Loading…
Reference in New Issue