mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-09-01 10:12:56 -04:00
app: move config saving to App::Exit
This commit is contained in:
@@ -18,7 +18,6 @@ int Window_OnSDLEvent(void*, SDL_Event* event)
|
||||
switch (event->type)
|
||||
{
|
||||
case SDL_QUIT:
|
||||
Config::Save();
|
||||
App::Exit();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user