From 9824a49f08995e0bacf004feed3294ada6f3c9f9 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 29 Jun 2006 21:19:22 +0000 Subject: [PATCH] adjusted the default numbodies for CcdPhysicsDemo --- Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp index 6c245b0ed..10556b287 100644 --- a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp +++ b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp @@ -74,9 +74,9 @@ const int maxOverlap = 65535; #ifdef _DEBUG -const int numObjects = 50; +const int numObjects = 20; #else -const int numObjects = 200; +const int numObjects = 120; #endif const int maxNumObjects = 32760;