changed version number, moved SphereSphere algorithm and decreased default number of rigidbodies from 3250 back to 250.

This commit is contained in:
ejcoumans
2006-09-19 04:58:11 +00:00
parent 96046852b2
commit 84afe40064
3 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ bool useCompound = false;//true;//false;
#ifdef _DEBUG
const int numObjects = 250;
#else
const int numObjects = 3250;
const int numObjects = 250;
#endif
const int maxNumObjects = 32760;