adjusted the default number of bodies in CcdPhysicsDemo

This commit is contained in:
ejcoumans 2006-06-29 21:16:05 +00:00
parent 54641d98f7
commit 5d1c4ddd68

View File

@ -76,7 +76,7 @@ const int maxOverlap = 65535;
#ifdef _DEBUG
const int numObjects = 50;
#else
const int numObjects = 500;
const int numObjects = 200;
#endif
const int maxNumObjects = 32760;