maybe fixed loading/unloading bug.

This commit is contained in:
marshmellow42 2017-04-14 09:53:36 -04:00
parent 2deb4b6b46
commit 1a3c006469
6 changed files with 91 additions and 37 deletions

View file

@ -63,6 +63,7 @@ extern "C" void ExitGraphics(void)
if (!gui)
return;
delete gui;
gui->Exit();
//delete gui;
gui = NULL;
}