From ae84c5555911d5b396205ce4f7580f08dc012964 Mon Sep 17 00:00:00 2001 From: Anakin Date: Mon, 2 Jan 2017 17:10:22 +0100 Subject: [PATCH] changed default opened file --- QtMeshViewer/Source/GeometryEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()