From fe8944b526c5ed2fc736e14b40b3669e8fd6e6fa Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Sat, 4 Oct 2025 05:03:51 -0400 Subject: [PATCH] Fixed wrong call to load_settings instead of save. --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 8abb7f3..517f6d0 100644 --- a/main.lua +++ b/main.lua @@ -67,7 +67,7 @@ function love.update(dt) love.event.quit() -- Save the settings before quitting just in case. - settings:load_settings() + settings:save_settings() end else -- If the new state exists then unload it's data and set the new state.