fix physics not reporting collisions only with terrain

avinationmerge
UbitUmarov 2012-05-29 19:13:27 +01:00
parent 100d2968c4
commit 3e9a831e87
1 changed files with 1 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@ namespace OpenSim.Region.Physics.OdePlugin
if (CollisionEventsThisFrame == null)
CollisionEventsThisFrame = new CollisionEventUpdate();
CollisionEventsThisFrame.AddCollider(CollidedWith, contact);
_parent_scene.AddCollisionEventReporting(this);
}
public void SendCollisions()