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:
parent
50b587e3b8
commit
6e301bf648
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue