Change WheelJoint:get/setSpringFrequencyHz to get/setSpringFrequency

This commit is contained in:
Bill Meltsner
2012-02-06 10:32:33 -05:00
parent 20f4e567b3
commit 57dabc9f89
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ namespace box2d
int w_WheelJoint_setMaxMotorTorque(lua_State * L);
int w_WheelJoint_getMaxMotorTorque(lua_State * L);
int w_WheelJoint_getMotorTorque(lua_State * L);
int w_WheelJoint_setSpringFrequencyHz(lua_State * L);
int w_WheelJoint_getSpringFrequencyHz(lua_State * L);
int w_WheelJoint_setSpringFrequency(lua_State * L);
int w_WheelJoint_getSpringFrequency(lua_State * L);
int w_WheelJoint_setSpringDampingRatio(lua_State * L);
int w_WheelJoint_getSpringDampingRatio(lua_State * L);
extern "C" int luaopen_wheeljoint(lua_State * L);