erincatto / box2d

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

Change two double literals to float literals #731

Closed mapret closed 1 year ago

mapret commented 1 year ago

There are two instances of the double-literal 0.0 being used to assign/compare to float values (in b2_contact_solver.cpp and b2_rope.cpp).

erincatto commented 1 year ago

Thanks #736