diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index df16cd3c1a..038dbee96b 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -2877,7 +2877,7 @@ class PlayState extends MusicBeatState { if (Math.abs(noteMath) == noteMath) accuracyText.color = FlxColor.CYAN; else - accuracyText.color = FlxColor.PINK; + accuracyText.color = FlxColor.ORANGE; accuracyText.borderStyle = FlxTextBorderStyle.OUTLINE; accuracyText.borderSize = 1;