mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Bring back some elements of better Body destruction that got lost in the merge
This commit is contained in:
@@ -385,6 +385,11 @@ namespace box2d
|
||||
**/
|
||||
int getFixtureList(lua_State * L) const;
|
||||
|
||||
/**
|
||||
* Mark the body for destruction
|
||||
**/
|
||||
void destroy();
|
||||
|
||||
private:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user