Merge remote-tracking branch 'bp/master'
This commit is contained in:
@@ -291,10 +291,6 @@ void SoftDemo::createStack( btCollisionShape* boxShape, float halfCubeSize, int
|
||||
|
||||
|
||||
////////////////////////////////////
|
||||
|
||||
extern int gNumManifold;
|
||||
extern int gOverlappingPairs;
|
||||
|
||||
///for mouse picking
|
||||
void pickingPreTickCallback (btDynamicsWorld *world, btScalar timeStep)
|
||||
{
|
||||
@@ -1727,13 +1723,6 @@ void SoftDemo::clientMoveAndDisplay()
|
||||
btProfiler::endBlock("render");
|
||||
#endif
|
||||
glFlush();
|
||||
//some additional debugging info
|
||||
#ifdef PRINT_CONTACT_STATISTICS
|
||||
printf("num manifolds: %i\n",gNumManifold);
|
||||
printf("num gOverlappingPairs: %i\n",gOverlappingPairs);
|
||||
|
||||
#endif //PRINT_CONTACT_STATISTICS
|
||||
|
||||
|
||||
swapBuffers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user