1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

-fixed a crash when closing scene with animationplayer open

-removed item checked print, closes #3564
This commit is contained in:
Juan Linietsky
2016-02-21 11:52:11 -03:00
parent b91b89cf60
commit 499308e482
2 changed files with 6 additions and 2 deletions

View File

@@ -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) {