mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Some destructors in love.physics were non-virtual.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user