Fixed MeshInfos
Former-commit-id: 85ad82b3d70a3239cb76c6d7ff70f6c56942e952
This commit is contained in:
parent
11fccc4c4b
commit
3b5cf9c60b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue