소스 검색

Merge pull request #2940 from TheHX/pr-error-message

Fix error messages when closing the editor
Rémi Verschelde 9 년 전
부모
커밋
68c56f81f9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();
 	}
 
 }