cleanup code

This commit is contained in:
Anakin
2017-01-02 14:14:27 +01:00
parent fa8808fea8
commit 876c689a1d
2 changed files with 2 additions and 11 deletions

View File

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