mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Joint:enableMotor -> Joint:setMotorEnabled, Joint:enableLimit -> Joint:setLimitsEnabled, Joint:isLimitEnabled -> Joint:hasLimitsEnabled. Resolves issue #691.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
/**
|
||||
* Enable/disable the joint motor.
|
||||
**/
|
||||
void enableMotor(bool motor);
|
||||
void setMotorEnabled(bool enable);
|
||||
|
||||
/**
|
||||
* Checks whether the motor is enabled.
|
||||
|
||||
Reference in New Issue
Block a user