minor fixes for Mac OS X compilation

This commit is contained in:
ejcoumans
2007-09-11 07:40:18 +00:00
parent ca5b68e9b8
commit edbc5a932c
3 changed files with 4 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ GLDebugDrawer debugDrawer;
int main(int argc,char* argv[])
{
GenericJointDemo demoApp;
demoApp.configDebugDrawer(&debugDrawer);
// demoApp.configDebugDrawer(&debugDrawer);
demoApp.initPhysics();
demoApp.setCameraDistance(btScalar(10.));