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:
@@ -65,7 +65,7 @@ namespace box2d
|
||||
**/
|
||||
Contact(World * world, const b2ContactPoint * point);
|
||||
|
||||
~Contact();
|
||||
virtual ~Contact();
|
||||
|
||||
/**
|
||||
* Gets the position of the Contact.
|
||||
|
||||
Reference in New Issue
Block a user