changed default opened file

This commit is contained in:
Anakin 2017-01-02 17:10:22 +01:00
parent 191c0cbcea
commit ae84c55559
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ GeometryEngine::GeometryEngine()
{ {
initializeOpenGLFunctions(); initializeOpenGLFunctions();
loadFile("..\\Release\\Msh\\5-Poly.msh"); loadFile("..\\Release\\Msh\\cubeTex.msh");
} }
GeometryEngine::~GeometryEngine() GeometryEngine::~GeometryEngine()