changed default stack size to 2 MB. This is still overly conservative probably. Need some deeper investigation on default memory sizes...

This commit is contained in:
ejcoumans
2007-09-30 04:43:34 +00:00
parent 9a427a4ad9
commit 1d43b5ebae

View File

@@ -98,7 +98,7 @@ protected:
public:
//this constructor doesn't own the dispatcher and paircache/broadphase
btCollisionWorld(btDispatcher* dispatcher,btBroadphaseInterface* broadphasePairCache, int stackSize = 10*1024*1024);
btCollisionWorld(btDispatcher* dispatcher,btBroadphaseInterface* broadphasePairCache, int stackSize = 2*1024*1024);
virtual ~btCollisionWorld();