diff options
| author | Franklin Sobrinho | 2015-11-28 16:58:10 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2015-11-28 16:58:10 -0300 |
| commit | 553ec52300abe28bd6b0d7ab120685add10d6cd2 (patch) | |
| tree | c4fcfe467397d4fe200ec3fc114f3cf4557cd1f4 /tools/editor/scene_tree_editor.cpp | |
| parent | 274b17b63611ad678fc91ab06f264343914add39 (diff) | |
| download | godot-553ec52300abe28bd6b0d7ab120685add10d6cd2.tar.gz godot-553ec52300abe28bd6b0d7ab120685add10d6cd2.tar.zst godot-553ec52300abe28bd6b0d7ab120685add10d6cd2.zip | |
Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when closing the editor
Diffstat (limited to 'tools/editor/scene_tree_editor.cpp')
| -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 ac2f76acd..657560307 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(); } } |
