From ca4c620a6d6463fa7bbb0e3b3db95b55027a1b44 Mon Sep 17 00:00:00 2001 From: Kade M Date: Sat, 5 Jun 2021 11:12:35 -0700 Subject: [PATCH] forgot dis one --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index b1b47ca..b0eb396 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1786,7 +1786,7 @@ class PlayState extends MusicBeatState super.update(elapsed); scoreTxt.text = Ratings.CalculateRanking(songScore,songScoreDef,nps,maxNPS,accuracy); - if (FlxG.save.data.accuracyDisplay) + if (!FlxG.save.data.accuracyDisplay) scoreTxt.text = "Score: " + songScore; if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause)