From 54641d98f7360eaa6bf9cd249695ade9fe0facd6 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 29 Jun 2006 21:13:29 +0000 Subject: [PATCH] lowered the default number of objects --- 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 cef4dbd3e..d4456155c 100644 --- a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp +++ b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp @@ -74,9 +74,9 @@ const int maxOverlap = 65535; #ifdef _DEBUG -const int numObjects = 5000; +const int numObjects = 50; #else -const int numObjects = 2000; +const int numObjects = 500; #endif const int maxNumObjects = 32760;