[BUG] CircleCollider with negative radius will cause all objects to stop colliding

Due to a minor bug (forgetting to do a FP.Abs() on a negatively scaled collider's size.x value) we set the radius of a CircleCollider2D to -0.5f. This immediately made all colliders in the Farseer engine stop working.

Cheers,
Alex

Comments