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
@@ -115,6 +115,7 @@ namespace box2d
{ "getReactionTorque", w_Joint_getReactionTorque },
{ "setCollideConnected", w_Joint_setCollideConnected },
{ "getCollideConnected", w_Joint_getCollideConnected },
{ "destroy", w_Joint_destroy },
{ 0, 0 }
};