From dad5e6158a489c708adfef8af578f7baac695107 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 21 Feb 2024 18:02:11 +0900 Subject: [PATCH] Update persistance.lua (#2500) * Update persistance.lua persistance -> persistence * Update persistance.lua revert rename --- CorsixTH/Lua/persistance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CorsixTH/Lua/persistance.lua b/CorsixTH/Lua/persistance.lua index bb54610185..a0fb20fb04 100644 --- a/CorsixTH/Lua/persistance.lua +++ b/CorsixTH/Lua/persistance.lua @@ -313,7 +313,7 @@ function LoadGame(data) TheApp.ui:onChangeResolution() -- Check if the blueish tone should be applied. -- Note: Blue filter control should be handled from world or ui, however when - -- loading a game we should let persistance do it. + -- loading a game we should let persistence do it. if not TheApp.ui:checkForMustPauseWindows() and TheApp.world:isUserActionProhibited() then TheApp.video:setBlueFilterActive(true) end