From b958c1fbcbb52547c237c86aa28eaf95d3ddf4f2 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 1 Jun 2007 02:09:39 +0000 Subject: [PATCH] --- Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp index 8040fce81..4edf3e8cf 100644 --- a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp +++ b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp @@ -101,7 +101,7 @@ btCollisionShape* shapePtr[numShapes] = //#define USE_GROUND_PLANE 1 #ifdef USE_GROUND_PLANE - new btStaticPlaneShape(btVector3(0,1,0),10), + new btStaticPlaneShape(btVector3(0,1,0),0.5), #else new btBoxShape (btVector3(200,CUBE_HALF_EXTENTS,200)), #endif