fix a line in unused testing code (USE_GJK should be defined)

This commit is contained in:
erwin.coumans@gmail.com
2013-08-30 18:43:10 +00:00
parent e045896e92
commit dfaed4b258

View File

@@ -326,7 +326,8 @@ void clientDisplay(void) {
btCollisionDispatcher dispatcher(&collisionConfiguration);
btDbvtBroadphase pairCache;
btCollisionWorld world (&dispatcher,&pairCache,&collisionConfiguration);
world.getDispatchInfo().m_convexMaxDistanceUseCPT = true;
gContactBreakingThreshold=1e10f;
MyContactResultCallback result;
btCollisionObject obA;
obA.setCollisionShape(shapePtr[0]);