mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fix a lot of scaling issues
--HG-- branch : box2d-update
This commit is contained in:
@@ -76,12 +76,12 @@ namespace box2d
|
||||
void setMaxMotorTorque(float torque);
|
||||
|
||||
/**
|
||||
* Sets the motor speed in degrees per second.
|
||||
* Sets the motor speed in radians per second.
|
||||
**/
|
||||
void setMotorSpeed(float speed);
|
||||
|
||||
/**
|
||||
* Gets the motor speed in degrees per second.
|
||||
* Gets the motor speed in radians per second.
|
||||
**/
|
||||
float getMotorSpeed() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user