mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
adjusted the default number of bodies in CcdPhysicsDemo
This commit is contained in:
parent
54641d98f7
commit
5d1c4ddd68
@ -76,7 +76,7 @@ const int maxOverlap = 65535;
|
|||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
const int numObjects = 50;
|
const int numObjects = 50;
|
||||||
#else
|
#else
|
||||||
const int numObjects = 500;
|
const int numObjects = 200;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const int maxNumObjects = 32760;
|
const int maxNumObjects = 32760;
|
||||||
|
Loading…
Reference in New Issue
Block a user