mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
use dt instead of inv_dt in RevoluteJoint::getMotorTorque
This commit is contained in:
@@ -87,9 +87,9 @@ public:
|
||||
|
||||
/**
|
||||
* Get the current motor torque, usually in N-m.
|
||||
* @param inv_dt The inverse timestep.
|
||||
* @param dt The timestep.
|
||||
**/
|
||||
float getMotorTorque(float inv_dt) const;
|
||||
float getMotorTorque(float dt) const;
|
||||
|
||||
/**
|
||||
* Get the maximum motor torque, usually in N-m.
|
||||
|
||||
Reference in New Issue
Block a user