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
@@ -368,7 +368,7 @@ namespace box2d
*/
World * getWorld() const;
Fixture * createFixture(Shape * shape);
Fixture * createFixture(Shape * shape, float density);
void destroyFixture(Fixture * fixture);
private: