Some destructors in love.physics were non-virtual.

This commit is contained in:
rude
2009-11-10 20:24:29 +01:00
parent eaf8472a98
commit ee59f28e04
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ namespace box2d
**/
Body(World * world, b2Vec2 p, float m, float i);
~Body();
virtual ~Body();
/**
* Gets the current x-position of the Body.