This commit is contained in:
Erwin Coumans
2013-05-23 19:15:28 -07:00
38 changed files with 3222 additions and 176 deletions

View File

@@ -173,14 +173,16 @@ void ConcaveScene::createConcaveMesh(const ConstructionInfo& ci, const char* fil
f = fopen(relativeFileName,"r");
if (f)
{
fclose(f);
break;
}
}
}
if (f)
{
fclose(f);
f=0;
}
else
return;