mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-03 18:59:42 -04:00
Update PlayState.hx
This commit is contained in:
parent
59ad15aee4
commit
8778ab1d0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue