From 8c770e6c62a469217298c81468b149dd06dc499a Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Thu, 18 Jan 2024 00:00:57 -0500 Subject: [PATCH] Stop audio playback when starting playtest, fixing the button icon. --- source/funkin/ui/debug/charting/ChartEditorState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/funkin/ui/debug/charting/ChartEditorState.hx b/source/funkin/ui/debug/charting/ChartEditorState.hx index 3090abad2..9495a2f72 100644 --- a/source/funkin/ui/debug/charting/ChartEditorState.hx +++ b/source/funkin/ui/debug/charting/ChartEditorState.hx @@ -5197,6 +5197,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState autoSave(true); stopWelcomeMusic(); + stopAudioPlayback(); var startTimestamp:Float = 0; if (playtestStartTime) startTimestamp = scrollPositionInMs + playheadPositionInMs;