This commit is contained in:
KadeDeveloper 2021-07-20 15:40:37 -07:00
parent 763819cade
commit bcc97d82a6

View File

@ -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;
};
}