Restored the destroy method for objects in love.physics.

This commit is contained in:
rude
2009-11-02 23:00:08 +01:00
parent 0e98e7928b
commit 2a9b2b608c
15 changed files with 37 additions and 2 deletions
@@ -61,6 +61,7 @@ namespace box2d
{ "setData", w_Shape_setData },
{ "getData", w_Shape_getData },
{ "getBoundingBox", w_Shape_getBoundingBox },
{ "destroy", w_Shape_destroy },
{ 0, 0 }
};