Add missing virtual destructor
This commit is contained in:
parent
c3e74856a0
commit
9fae1b4e35
|
@ -62,6 +62,9 @@ class TestCollisionBetweenShapesCallback : public NarrowPhaseCallback {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Destructor
|
||||||
|
virtual ~TestCollisionBetweenShapesCallback() { }
|
||||||
|
|
||||||
// Called by a narrow-phase collision algorithm when a new contact has been found
|
// Called by a narrow-phase collision algorithm when a new contact has been found
|
||||||
virtual void notifyContact(OverlappingPair* overlappingPair,
|
virtual void notifyContact(OverlappingPair* overlappingPair,
|
||||||
const ContactPointInfo& contactInfo);
|
const ContactPointInfo& contactInfo);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user