mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-08 04:30:04 +00:00
playtesting fix
This commit is contained in:
parent
f3a38e0232
commit
41384ddf0d
|
@ -4352,7 +4352,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
// Override music.
|
||||
if (audioInstTrack != null) FlxG.sound.music = audioInstTrack;
|
||||
if (audioVocalTrackGroup != null) targetState.vocals = audioVocalTrackGroup;
|
||||
|
||||
stopWelcomeMusic();
|
||||
openSubState(targetState);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue