fixed some redundant arguments, and updated change list

This commit is contained in:
ejcoumans
2006-09-20 01:17:42 +00:00
parent 5ed0cf5b7f
commit aaed6cc26b
3 changed files with 6 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ void VehicleDemo::setupPhysics()
SimdVector3 worldAabbMin(-30000,-30000,-30000);
SimdVector3 worldAabbMax(30000,30000,30000);
OverlappingPairCache* broadphase = new AxisSweep3(worldAabbMin,worldAabbMax,maxProxies,maxOverlap);
OverlappingPairCache* broadphase = new AxisSweep3(worldAabbMin,worldAabbMax,maxProxies);
//OverlappingPairCache* broadphase = new SimpleBroadphase(maxProxies,maxOverlap);
#ifdef USE_PARALLEL_DISPATCHER