1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-24 06:06:47 +00:00

Update PlayState.hx

This commit is contained in:
Burgerballs 2024-07-23 18:09:39 +01:00 committed by EliteMasterEric
parent 50b587e3b8
commit 6e301bf648

View file

@ -2043,7 +2043,7 @@ class PlayState extends MusicBeatSubState
vocals.pause();
FlxG.sound.music.play(FlxG.sound.music.time);
FlxG.sound.music.play(Conductor.instance.songPosition + Conductor.instance.instrumentalOffset);
vocals.time = FlxG.sound.music.time;
vocals.play(false, FlxG.sound.music.time);