Fixed wrong call to load_settings instead of save.

This commit is contained in:
2025-10-04 05:03:51 -04:00
parent c0d25f1d47
commit fe8944b526

View File

@@ -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.