Skip to content

Commit 413f55b

Browse files
committed
Don't update tree on deselect
1 parent 13a0d6e commit 413f55b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/gui/scene_tree_editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ void SceneTreeEditor::set_selected(Node *p_node, bool p_emit_selected) {
993993
if (!p_node) {
994994
selected = nullptr;
995995
}
996-
_update_tree();
997996
selected = p_node;
998997
}
999998

0 commit comments

Comments
 (0)