mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fix RopeJoints not working.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
private:
|
||||
// The Box2D RopeJoint object.
|
||||
b2RopeJoint *joint;
|
||||
b2DistanceJoint *joint;
|
||||
};
|
||||
|
||||
} // box2d
|
||||
|
||||
Reference in New Issue
Block a user