Fix Fixture memory management issues

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 14:54:06 -04:00
parent 055238659b
commit 8ae43be1fe
2 changed files with 6 additions and 9 deletions
-1
View File
@@ -60,7 +60,6 @@ namespace box2d
protected:
Body * body;
Shape * shape;
b2Fixture * fixture;
fixtureudata * data;