don't enable concave mesh for soft body demos (work-in-progress)

This commit is contained in:
erwin.coumans
2008-05-24 05:32:54 +00:00
parent 3d32cf7ddf
commit 3a94e70370
2 changed files with 5 additions and 3 deletions

View File

@@ -1182,7 +1182,7 @@ void SoftDemo::initPhysics()
btCollisionShape* groundShape = 0;
bool useConcaveMesh = true;//not ready yet true;
bool useConcaveMesh = false;//not ready yet true;
if (useConcaveMesh)
{