From 78b7faf83a2a0988ae6d76074404edf186e65c1a Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Wed, 4 Aug 2021 15:13:54 -0700 Subject: [PATCH] fix freeplay visual bug --- source/FreeplayState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index 59509c0..93b0fdf 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -476,6 +476,7 @@ class FreeplayState extends MusicBeatState #end diffCalcText.text = 'RATING: ${DiffCalc.CalculateDiff(songData.get(songs[curSelected].songName)[curDifficulty])}'; + diffText.text = CoolUtil.difficultyFromInt(curDifficulty).toUpperCase(); #if PRELOAD_ALL if (songs[curSelected].songCharacter == "sm")