mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Updated to Box2D 2.2, added new joints, some other updates to match the API changes (still plenty more to go though)
--HG-- branch : box2d-update
This commit is contained in:
@@ -87,8 +87,9 @@ namespace box2d
|
||||
|
||||
/**
|
||||
* Get the current motor force, usually in N.
|
||||
* @param inv_dt The inverse time step.
|
||||
**/
|
||||
float getMotorForce() const;
|
||||
float getMotorForce(float inv_dt) const;
|
||||
|
||||
/**
|
||||
* Enable/disable the joint limit.
|
||||
|
||||
Reference in New Issue
Block a user