From 0bea281646d4f5bd8bffd62f9ca8d25a88a477ff Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:18:58 +0100 Subject: [PATCH] IM DUMB SORRY --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 2d4f0a5..3d43900 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1342,7 +1342,7 @@ class PlayState extends MusicBeatState } else { - scoreTxt.text = "Score:" + songScore); + scoreTxt.text = "Score:" + songScore; } if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause) {