mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Change WheelJoint:get/setSpringFrequencyHz to get/setSpringFrequency
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user