fixes to make MultiThreadedDemo work in 64bit, ParallelConstraintSolver won't work yet, only the parallel collision dispatcher

This commit is contained in:
erwin.coumans
2011-04-03 19:30:26 +00:00
parent 1fb2fa3db9
commit d419f79770
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution.
*/
#define USE_PARALLEL_SOLVER 1 //experimental parallel solver
//#define USE_PARALLEL_SOLVER 1 //experimental parallel solver
#define USE_PARALLEL_DISPATCHER 1
#include "btBulletDynamicsCommon.h"