mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added GearJoint:getJoints (resolves issue #922.)
This commit is contained in:
@@ -64,6 +64,9 @@ public:
|
||||
**/
|
||||
float getRatio() const;
|
||||
|
||||
Joint *getJointA() const;
|
||||
Joint *getJointB() const;
|
||||
|
||||
private:
|
||||
// The Box2D GearJoint object.
|
||||
b2GearJoint *joint;
|
||||
|
||||
Reference in New Issue
Block a user