mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
Fix vocals not changing when switching difficulties.
This commit is contained in:
parent
74b925d2c6
commit
e967b1e7f3
|
@ -695,8 +695,10 @@ class PlayState extends MusicBeatSubState
|
|||
// Reset music properly.
|
||||
|
||||
FlxG.sound.music.pause();
|
||||
vocals.pause();
|
||||
FlxG.sound.music.time = (startTimestamp);
|
||||
|
||||
vocals = currentChart.buildVocals();
|
||||
vocals.pause();
|
||||
vocals.time = 0;
|
||||
|
||||
FlxG.sound.music.volume = 1;
|
||||
|
|
Loading…
Reference in a new issue