erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.05k stars 1.51k forks source link

leftover b2Body::SetUserData() declaration #703

Closed check-switch-26 closed 2 years ago

check-switch-26 commented 2 years ago

Make sure these boxes are checked before submitting your issue - thank you!

b2Body::SetUserData() definition was removed. The declaration in b2_body.h at line 382 should be removed as well.

erincatto commented 2 years ago

Fixed