mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-21 14:41:10 +00:00
Update PlayState.hx
This commit is contained in:
parent
59ad15aee4
commit
8778ab1d0e
|
@ -2033,7 +2033,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