diff --git a/examples/MeshInfos/main.cpp b/examples/MeshInfos/main.cpp index 6312bbe26..0f63a1675 100644 --- a/examples/MeshInfos/main.cpp +++ b/examples/MeshInfos/main.cpp @@ -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();