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:
@@ -101,12 +101,12 @@ namespace box2d
|
||||
* Set the spring frequency, in hertz. Setting the frequency to 0
|
||||
* disables the spring.
|
||||
**/
|
||||
void setSpringFrequencyHz(float hz);
|
||||
void setSpringFrequency(float hz);
|
||||
|
||||
/**
|
||||
* Get the spring frequency, in hertz.
|
||||
**/
|
||||
float getSpringFrequencyHz() const;
|
||||
float getSpringFrequency() const;
|
||||
|
||||
/**
|
||||
* Set the spring damping ratio.
|
||||
|
||||
Reference in New Issue
Block a user