From 43290fbbd6dbc53a42430bc7abf7df86ae891c2c Mon Sep 17 00:00:00 2001 From: LupertEverett <86886753+LupertEverett@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:45:29 +0300 Subject: [PATCH] Engine: Remove explicit calls to save the settings of subsystems individually --- SurrealEngine/Engine.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SurrealEngine/Engine.cpp b/SurrealEngine/Engine.cpp index 0397e720..56d99575 100644 --- a/SurrealEngine/Engine.cpp +++ b/SurrealEngine/Engine.cpp @@ -191,9 +191,6 @@ void Engine::Run() window->UnlockCursor(); - client->SaveProperties(); - audiodev->SaveProperties(); - renderdev->SaveProperties(); packages->SaveAllIniFiles(); CloseWindow();