diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2015-11-28 16:58:10 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2015-11-28 16:58:10 -0300 |
commit | 553ec52300abe28bd6b0d7ab120685add10d6cd2 (patch) | |
tree | c4fcfe467397d4fe200ec3fc114f3cf4557cd1f4 | |
parent | 274b17b63611ad678fc91ab06f264343914add39 (diff) |
Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when closing the editor
-rw-r--r-- | tools/editor/scene_tree_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } } |