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