Skip to content

Commit

Permalink
Update persistance.lua (CorsixTH#2500)
Browse files Browse the repository at this point in the history
* Update persistance.lua

persistance -> persistence

* Update persistance.lua

revert rename
  • Loading branch information
eltociear authored Feb 21, 2024
1 parent 33ef977 commit dad5e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsixTH/Lua/persistance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad5e61

Please sign in to comment.