adjusted the default numbodies for CcdPhysicsDemo

This commit is contained in:
ejcoumans
2006-06-29 21:19:22 +00:00
parent 5d1c4ddd68
commit 9824a49f08

View File

@@ -74,9 +74,9 @@ const int maxOverlap = 65535;
#ifdef _DEBUG
const int numObjects = 50;
const int numObjects = 20;
#else
const int numObjects = 200;
const int numObjects = 120;
#endif
const int maxNumObjects = 32760;