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")