Skip to content

Commit

Permalink
Update ErrorState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 31, 2024
1 parent 23346c6 commit 004fc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/state/ErrorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ErrorState extends MusicBeatState
override function create()
{
var bg = new FlxSprite().loadGraphic(Paths.image('menuDesat'));
bg.antialiasing = ClientPrefs.antialiasing;
bg.antialiasing = ClientPrefs.globalAntialiasing;
bg.screenCenter();
add(bg);

Expand Down

0 comments on commit 004fc05

Please sign in to comment.