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:
@@ -52,7 +52,7 @@ namespace box2d
|
||||
/**
|
||||
* Creates a GearJoint connecting joint1 to joint2.
|
||||
**/
|
||||
GearJoint(Joint * joint1, Joint * joint2, float ratio);
|
||||
GearJoint(Joint * joint1, Joint * joint2, float ratio, bool collideConnected);
|
||||
|
||||
virtual ~GearJoint();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user