fix freeplay visual bug
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user