openfl / box2d

Haxe port of Box2D, a popular rigid-body 2D physics engine
Other
95 stars 28 forks source link

Uncommented the guts of testOverlap function #7

Closed marc-jones closed 10 years ago

marc-jones commented 10 years ago

I was having troubles when it came to detecting collisions with sensors. Collisions were being called when the AABBs were overlapping instead of the fixtures themselves.