mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
-fixed a crash when closing scene with animationplayer open
-removed item checked print, closes #3564
This commit is contained in:
parent
b91b89cf60
commit
499308e482
2 changed files with 6 additions and 2 deletions
|
|
@ -609,7 +609,7 @@ void ScriptEditor::_breaked(bool p_breaked,bool p_can_debug) {
|
|||
|
||||
void ScriptEditor::_show_debugger(bool p_show) {
|
||||
|
||||
debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show);
|
||||
// debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show);
|
||||
}
|
||||
|
||||
void ScriptEditor::_script_created(Ref<Script> p_script) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue