Merge pull request #116537 from pafuent/audio_muted_on_break_reset_to_false_on_stop

Fix mute button after pausing and stopping
This commit is contained in:
Thaddeus Crews 2026-02-20 14:34:29 -06:00
commit a19892054e
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -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();
}