still gotta fix this

This commit is contained in:
Lucky56
2021-06-15 20:51:39 +02:00
parent c1bab29234
commit cc32c8571d
2 changed files with 9 additions and 9 deletions

View File

@ -1851,9 +1851,7 @@ class PlayState extends MusicBeatState
super.update(elapsed);
scoreTxt.text = Ratings.CalculateRanking(songScore,songScoreDef,nps,maxNPS,accuracy);
if (!FlxG.save.data.accuracyDisplay)
scoreTxt.text = "Score: " + songScore;
scoreTxt.text = Ratings.CalculateRanking(songScore,songScoreDef,nps,maxNPS,accuracy);
if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause)
{