fix Mac OSX build

This commit is contained in:
erwin.coumans
2010-02-11 21:41:05 +00:00
parent 10c300c7a0
commit 065a56ee4b
6 changed files with 13 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ int main(int argc,char** argv)
benchmarkDemo.initPhysics();
benchmarkDemo.getDynamicsWorld()->setDebugDrawer(&gDebugDrawer);
benchmarkDemo.setDebugMode(benchmarkDemo.getDebugMode() | btIDebugDraw::DBG_NoDeactivation);
setDefaultContactProcessingThreshold(0.f);
return glutmain(argc, argv,640,480,"Bullet Physics Demo. http://bulletphysics.com",&benchmarkDemo);
#else //USE_GRAPHICAL_BENCHMARK
int d;