ByteArena / box2d

Box2D.go - Go port of Box2D - a 2D Physics Engine for Games.
Other
292 stars 48 forks source link

Fixes a typo that breaks circle collisions #16

Closed maxfish closed 6 years ago

maxfish commented 6 years ago

That typo was causing weird behavior in case two colliding circles had different size

netgusto commented 6 years ago

All right :) good catch, thx. LGTM.