diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-28 21:28:35 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-28 21:28:35 +0100 |
commit | 68c56f81f9f77f1296826be382958e2ecc38826b (patch) | |
tree | 935e9f9ea172cd4ca55086a1e1de77b3a48fe1af | |
parent | 280d72eb8b716e3ff8075eaafd50fbc5d14e32d6 (diff) | |
parent | 553ec52300abe28bd6b0d7ab120685add10d6cd2 (diff) |
Merge pull request #2940 from TheHX/pr-error-message
Fix error messages 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(); } } |