removed debug drawer, should be added externally (in main.cpp or in AllBulletDemos)

This commit is contained in:
ejcoumans
2007-11-01 23:44:50 +00:00
parent 2aec2a9969
commit c3ac939a94

View File

@@ -33,7 +33,6 @@ subject to the following restrictions:
#include "GLDebugDrawer.h"
#include "BMF_Api.h" #include "BMF_Api.h"
#include <stdio.h> //printf debugging #include <stdio.h> //printf debugging
@@ -56,7 +55,6 @@ btVector3 centroid;
unsigned int tcount = 0; unsigned int tcount = 0;
GLDebugDrawer debugDrawer;
void ConvexDecompositionDemo::initPhysics(const char* filename) void ConvexDecompositionDemo::initPhysics(const char* filename)
{ {
@@ -360,8 +358,7 @@ void ConvexDecompositionDemo::initPhysics(const char* filename)
} }
m_dynamicsWorld->setDebugDrawer(&debugDrawer);
} }
void ConvexDecompositionDemo::clientMoveAndDisplay() void ConvexDecompositionDemo::clientMoveAndDisplay()