From 553ec52300abe28bd6b0d7ab120685add10d6cd2 Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Sat, 28 Nov 2015 16:58:10 -0300 Subject: [PATCH] Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when closing the editor --- tools/editor/scene_tree_editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/scene_tree_editor.cpp b/tools/editor/scene_tree_editor.cpp index ac2f76acdc..6575603073 100644 --- a/tools/editor/scene_tree_editor.cpp +++ b/tools/editor/scene_tree_editor.cpp @@ -565,7 +565,6 @@ void SceneTreeEditor::_notification(int p_what) { get_tree()->disconnect("node_removed",this,"_node_removed"); tree->disconnect("item_collapsed",this,"_cell_collapsed"); clear_inherit_confirm->disconnect("confirmed",this,"_subscene_option"); - _update_tree(); } }