Closed GoogleCodeExporter closed 9 years ago
In this case IsTouching applies to the beginning of the time step. Box2D
performs collision first then simulation. So at the end of the time step the
collision result may be invalid. If you must have the current contact situation
you can call b2Contact::Evaluate.
Original comment by erinca...@gmail.com
on 17 Mar 2012 at 5:06
Original comment by erinca...@gmail.com
on 17 Mar 2012 at 5:06
Original issue reported on code.google.com by
bikiniwe...@gmail.com
on 10 Mar 2012 at 12:56Attachments: