mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Add PrismaticJoint:getMaxMotorForce
--HG-- branch : box2d-update
This commit is contained in:
@@ -94,7 +94,7 @@ namespace box2d
|
||||
/**
|
||||
* Get the maximum motor torque, usually in N-m.
|
||||
**/
|
||||
float getMaxMotorTorque();
|
||||
float getMaxMotorTorque() const;
|
||||
|
||||
/**
|
||||
* Enable/disable the joint limit.
|
||||
|
||||
Reference in New Issue
Block a user