BGE: Adding back the virtual destructor to PHY_IPhysicsController, which was accidentally removed in r54807.

This commit is contained in:
Mitchell Stokes
2013-02-24 18:48:57 +00:00
parent b2dcaf1b40
commit 7ba339ad32

View File

@@ -45,6 +45,7 @@ class PHY_IPhysicsController : public PHY_IController
{ {
public: public:
virtual ~PHY_IPhysicsController(){};
/** /**
* SynchronizeMotionStates ynchronizes dynas, kinematic and deformable entities (and do 'late binding') * SynchronizeMotionStates ynchronizes dynas, kinematic and deformable entities (and do 'late binding')
*/ */