Browse Source

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

Franklin Sobrinho 9 years ago
parent
commit
553ec52300
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/editor/scene_tree_editor.cpp

+ 0 - 1
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();
 	}
 
 }