Fixed MeshInfos

Former-commit-id: 85ad82b3d70a3239cb76c6d7ff70f6c56942e952
This commit is contained in:
Lynix 2012-12-29 01:37:58 +01:00
parent 11fccc4c4b
commit 3b5cf9c60b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ int main()
break;
NzMesh mesh;
if (!mesh.LoadFromFile("resources/" + models[iChoice-1], params))
if (!mesh.LoadFromFile("resources/" + models[iChoice-1]))
{
std::cout << "Failed to load mesh" << std::endl;
std::getchar();