Skip to content

Commit

Permalink
Fix game filters not applying
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown committed Nov 23, 2024
1 parent 16de61c commit 5a220fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Effects/Filters/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ class PlayState extends FlxState
checkbox.callback = function()
{
FlxG.camera.filtersEnabled = !checkbox.checked;

FlxG.game.setFilters(filters);
FlxG.game.filtersEnabled = checkbox.checked;
}
}
Expand Down

0 comments on commit 5a220fb

Please sign in to comment.