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:
commit
a19892054e
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue