Bring back some elements of better Body destruction that got lost in the merge

This commit is contained in:
Bill Meltsner
2011-10-12 13:51:47 -05:00
parent d40b25c1e6
commit 56ae3a95fc
3 changed files with 28 additions and 0 deletions
+5
View File
@@ -385,6 +385,11 @@ namespace box2d
**/
int getFixtureList(lua_State * L) const;
/**
* Mark the body for destruction
**/
void destroy();
private:
/**