fixed cloth problem

This commit is contained in:
Anakin
2016-12-03 13:39:57 +01:00
parent 46c4a166c4
commit 4078347023
4 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ int main(int argc, char** argv)
scene = OpenGLController::getInstance();
#ifdef _DEBUG
scene->loadMsh("..\\Release\\Msh\\quadPoly.msh");
scene->loadMsh("..\\Release\\Msh\\triClothMan.msh");
#endif // DEBUG
do {