diff --git a/editor/debugger/script_editor_debugger.cpp b/editor/debugger/script_editor_debugger.cpp index 842f35545c..bac72f46ee 100644 --- a/editor/debugger/script_editor_debugger.cpp +++ b/editor/debugger/script_editor_debugger.cpp @@ -1356,6 +1356,8 @@ void ScriptEditorDebugger::stop() { visual_profiler->set_enabled(false); visual_profiler->set_profiling(false); + audio_muted_on_break = false; + inspector->edit(nullptr); _update_buttons_state(); }