Add mandatory density argument to Body:createFixture

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 02:34:27 -04:00
parent 8592b98525
commit 0d4569d28b
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace box2d
/**
* Creates a Fixture.
**/
Fixture(Body * body, Shape * shape);
Fixture(Body * body, Shape * shape, float density);
virtual ~Fixture();