forgot dis one
This commit is contained in:
parent
d707c5efc6
commit
ca4c620a6d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user