mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Expose box2d’s RopeJoint::SetMaxLength().
--HG-- branch : fb_add_ropejoint_setmaxlength
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
* Gets the maximum length of the rope.
|
||||
**/
|
||||
float getMaxLength() const;
|
||||
void setMaxLength(float length);
|
||||
|
||||
private:
|
||||
// The Box2D RopeJoint object.
|
||||
|
||||
Reference in New Issue
Block a user