erincatto / box2d

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

b2_weld_joint has ``GetFrequency()`` instead of ``GetStiffness()`` #626

Closed abakobo closed 4 years ago

abakobo commented 4 years ago

Discord user "Ardjanusz" has posted the following on discord and was invited to post the issue on github. I post it myself as he doesn't seem to post the issue here.

_I noticed something: b2_weldjoint.h, line 88 method still says GetFrequency and corresponding setter refers to Stiffness its not intentional right?

thx

HughPH commented 4 years ago

Also MouseJoint.h and MouseJoint.cpp

erincatto commented 4 years ago

627