ProxyShape must have a virtual destructor
This commit is contained in:
parent
3109b4e8da
commit
6a8b63adc2
|
@ -102,7 +102,7 @@ class ProxyShape {
|
||||||
const Transform& transform, decimal mass);
|
const Transform& transform, decimal mass);
|
||||||
|
|
||||||
/// Destructor
|
/// Destructor
|
||||||
~ProxyShape();
|
virtual ~ProxyShape();
|
||||||
|
|
||||||
/// Return the collision shape
|
/// Return the collision shape
|
||||||
const CollisionShape* getCollisionShape() const;
|
const CollisionShape* getCollisionShape() const;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user