fix freeplay visual bug

This commit is contained in:
KadeDeveloper 2021-08-04 15:13:54 -07:00
parent ca0245d772
commit 78b7faf83a

View File

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