ByteArena / box2d

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

B2DynamicTree Validate #22

Closed Alexander-r closed 4 years ago

Alexander-r commented 4 years ago

I've ported B2DynamicTree Validate() function. It is called at the end of RebuildBottomUp() function. Or was there a reason to leave it unimplemented?