updated autogenerated msvc projectfiles, moved destructor in CPP file, it was causing some random crash under msvc 6.0 (todo find out why)

This commit is contained in:
ejcoumans
2007-10-25 05:11:19 +00:00
parent 5f5dfcf6b8
commit d17a8dae0e
32 changed files with 246 additions and 164 deletions

View File

@@ -65,24 +65,8 @@ public:
{
}
virtual ~GimpactConcaveDemo()
{
delete m_dynamicsWorld;
virtual ~GimpactConcaveDemo();
delete m_indexVertexArrays;
delete m_trimeshShape;
delete m_indexVertexArrays2;
delete m_trimeshShape2;
delete m_gimpactCollisionCreateFunc;
delete m_collisionConfiguration;
delete m_dispatcher;
delete m_broadphase;
delete m_constraintSolver;
}
void initGImpactCollision();
void initPhysics();