implemented destructor,

bug: callback does not modify the right oglcontroller
This commit is contained in:
Anakin
2016-09-08 11:30:00 +02:00
parent f57614fd2a
commit ee73c16e1f
2 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ int main(int argc, char** argv)
{
OpenGLController scene = OpenGLController::getInstance();
scene.loadMsh("");
//scene.loadMsh("");
do {
scene.updateScene();