diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index fb2dd2cfe..101690270 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -4989,7 +4989,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState } else { - welcomeMusic.pause(); + stopWelcomeMusic(); startAudioPlayback(); } }