maybe fixed loading/unloading bug.
This commit is contained in:
+2
-1
@@ -63,6 +63,7 @@ extern "C" void ExitGraphics(void)
|
||||
if (!gui)
|
||||
return;
|
||||
|
||||
delete gui;
|
||||
gui->Exit();
|
||||
//delete gui;
|
||||
gui = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user