Skip to content

Commit

Permalink
Fix game filters not applying (#367)
Browse files Browse the repository at this point in the history
* Fix game filters not applying

* changes
  • Loading branch information
ACrazyTown authored Nov 24, 2024
1 parent 16de61c commit 2ffc93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Effects/Filters/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PlayState extends FlxState
add(backdrop);

FlxG.camera.filters = filters;
FlxG.game.filters = filters;
FlxG.game.setFilters(filters);

FlxG.game.filtersEnabled = false;

Expand Down

0 comments on commit 2ffc93b

Please # to comment.