Add a destructor to ColladaConverter.

Two minor fixes to ColladaConverter as well.
This commit is contained in:
john.mccutchan
2008-04-28 21:53:10 +00:00
parent e746310596
commit bce0047986
2 changed files with 20 additions and 3 deletions

View File

@@ -150,6 +150,7 @@ protected:
void syncOrAddConstraint (btTypedConstraint* constraint);
public:
ColladaConverter(btDynamicsWorld* dynaWorld);
virtual ~ColladaConverter ();
///load a COLLADA .dae file
bool load(const char* filename);