mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Add second body anchor point to FrictionJoint/WeldJoint constructors
--HG-- branch : box2d-update
This commit is contained in:
@@ -45,7 +45,7 @@ namespace box2d
|
||||
/**
|
||||
* Creates a new WeldJoint connecting body1 and body2.
|
||||
**/
|
||||
WeldJoint(Body * body1, Body * body2, float x, float y, bool collideConnected);
|
||||
WeldJoint(Body * body1, Body * body2, float xA, float yA, float xB, float yB, bool collideConnected);
|
||||
|
||||
virtual ~WeldJoint();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user