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.