diff --git a/QtMeshViewer/Source/GeometryEngine.cpp b/QtMeshViewer/Source/GeometryEngine.cpp index be3a07b..714d534 100644 --- a/QtMeshViewer/Source/GeometryEngine.cpp +++ b/QtMeshViewer/Source/GeometryEngine.cpp @@ -11,7 +11,7 @@ GeometryEngine::GeometryEngine() { initializeOpenGLFunctions(); - loadFile("..\\Release\\Msh\\5-Poly.msh"); + loadFile("..\\Release\\Msh\\cubeTex.msh"); } GeometryEngine::~GeometryEngine()