From 41384ddf0dfb0e1d6b43647612de0201ab7e96cc Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 25 Nov 2023 03:50:22 -0500 Subject: [PATCH] playtesting fix --- source/funkin/ui/debug/charting/ChartEditorState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index 101690270..1794a3b7e 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -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); }