Added 2-point version of love.physics.newRevoluteJoint (fixes #1175)

This commit is contained in:
airstruck
2016-07-07 21:18:35 +02:00
parent 24da8433d0
commit 9a2f99dc3d
6 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
/**
* Creates a new RevoluteJoint connecting body1 and body2.
**/
RevoluteJoint(Body *body1, Body *body2, float x, float y, bool collideConnected);
RevoluteJoint(Body *body1, Body *body2, float xA, float yA, float xB, float yB, bool collideConnected);
virtual ~RevoluteJoint();