Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when closing the editor

This commit is contained in:
Franklin Sobrinho 2015-11-28 16:58:10 -03:00
parent 274b17b636
commit 553ec52300

View file

@ -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();
}
}