ByteArena / box2d

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

Bugfix b2Body::SetActive(true) #25

Open Alexander-r opened 4 years ago

Alexander-r commented 4 years ago

Prevent skipping collision detection on the first step when no new fixture have been added.