mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
exposed collideConnected flag
--HG-- branch : box2d-update
This commit is contained in:
@@ -47,7 +47,7 @@ namespace box2d
|
||||
/**
|
||||
* Creates a new WheelJoint connecting body1 and body2.
|
||||
**/
|
||||
WheelJoint(Body * body1, Body * body2, float x, float y, float ax, float ay);
|
||||
WheelJoint(Body * body1, Body * body2, float x, float y, float ax, float ay, bool collideConnected);
|
||||
|
||||
virtual ~WheelJoint();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user