mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
deferred config saving
first save config and then close window issue #1723
This commit is contained in:
parent
8b0f5bedc4
commit
3c5a123283
1 changed files with 2 additions and 2 deletions
|
@ -759,13 +759,13 @@ int main(int argc, char** argv) {
|
|||
|
||||
g.loop();
|
||||
logI("closing GUI.");
|
||||
g.finish();
|
||||
g.finish(true);
|
||||
#else
|
||||
logE("GUI requested but GUI not compiled!");
|
||||
#endif
|
||||
|
||||
logI("stopping engine.");
|
||||
e.quit();
|
||||
e.quit(false);
|
||||
|
||||
finishLogFile();
|
||||
|
||||
|
|
Loading…
Reference in a new issue