diff --git a/source/ChartingState.hx b/source/ChartingState.hx index a2d76a3..e17e661 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -1319,12 +1319,8 @@ class ChartingState extends MusicBeatState FlxG.sound.music.onComplete = function() { if (!PlayState.isSM) - { vocals.pause(); - vocals.time = 0; - } FlxG.sound.music.pause(); - FlxG.sound.music.time = 0; }; }