Adding destructor to GraphicsPhysicsBridge
This commit is contained in:
@@ -15,6 +15,7 @@ class btDiscreteDynamicsWorld;
|
|||||||
///The GraphicsPhysicsBridge let's the graphics engine create graphics representation and synchronize
|
///The GraphicsPhysicsBridge let's the graphics engine create graphics representation and synchronize
|
||||||
struct GraphicsPhysicsBridge
|
struct GraphicsPhysicsBridge
|
||||||
{
|
{
|
||||||
|
virtual ~GraphicsPhysicsBridge() {}
|
||||||
|
|
||||||
virtual void createRigidBodyGraphicsObject(btRigidBody* body,const btVector3& color)
|
virtual void createRigidBodyGraphicsObject(btRigidBody* body,const btVector3& color)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user