mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +00:00
Fix an issue where New labels wouldn't show on character mixes
This commit is contained in:
parent
a530d91a76
commit
9a242c5d00
|
|
@ -2377,7 +2377,7 @@ class FreeplaySongData
|
|||
|
||||
this.scoringRank = Save.instance.getSongRank(songId, suffixedDifficulty);
|
||||
|
||||
this.isNew = song.isSongNew(currentDifficulty);
|
||||
this.isNew = song.isSongNew(suffixedDifficulty);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue