mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Some destructors in love.physics were non-virtual.
This commit is contained in:
@@ -107,7 +107,7 @@ namespace box2d
|
||||
**/
|
||||
World(b2AABB aabb, b2Vec2 gravity, bool sleep);
|
||||
|
||||
~World();
|
||||
virtual ~World();
|
||||
|
||||
/**
|
||||
* Updates everything in the world one timestep.
|
||||
|
||||
Reference in New Issue
Block a user