lowered the default number of objects

This commit is contained in:
ejcoumans
2006-06-29 21:13:29 +00:00
parent 16116177a7
commit 54641d98f7

View File

@@ -74,9 +74,9 @@ const int maxOverlap = 65535;
#ifdef _DEBUG
const int numObjects = 5000;
const int numObjects = 50;
#else
const int numObjects = 2000;
const int numObjects = 500;
#endif
const int maxNumObjects = 32760;