diff --git a/source/PlayState.hx b/source/PlayState.hx index fa59de246..45be5532a 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1029,6 +1029,8 @@ class PlayState extends MusicBeatState } else if (dad.curCharacter == 'spooky' && !dad.animation.curAnim.name.startsWith("sing")) dad.dance(); + if (generatedMusic) + notes.sort(sortNotes, FlxSort.DESCENDING); var introAssets:Map> = new Map>(); introAssets.set('default', ['ready', "set", "go"]);