implemented destructor,
bug: callback does not modify the right oglcontroller
This commit is contained in:
@@ -8,7 +8,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
OpenGLController scene = OpenGLController::getInstance();
|
||||
|
||||
scene.loadMsh("");
|
||||
//scene.loadMsh("");
|
||||
|
||||
do {
|
||||
scene.updateScene();
|
||||
|
||||
Reference in New Issue
Block a user