exposed collideConnected flag

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 14:28:48 -04:00
parent 99660f39ab
commit e5fa4c87c6
21 changed files with 72 additions and 54 deletions
+1 -1
View File
@@ -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();