From 3b5cf9c60b4e1466ee89b10cb6c7b61690e4dadb Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 29 Dec 2012 01:37:58 +0100 Subject: [PATCH] Fixed MeshInfos Former-commit-id: 85ad82b3d70a3239cb76c6d7ff70f6c56942e952 --- examples/MeshInfos/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();