We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7870b28 + d276e8b commit b947c53Copy full SHA for b947c53
editor/gui/scene_tree_editor.cpp
@@ -614,9 +614,9 @@ void SceneTreeEditor::_update_tree(bool p_scroll_to_selected) {
614
615
updating_tree = true;
616
tree->clear();
617
+ last_hash = hash_djb2_one_64(0);
618
if (get_scene_node()) {
619
_add_nodes(get_scene_node(), nullptr);
- last_hash = hash_djb2_one_64(0);
620
_compute_hash(get_scene_node(), last_hash);
621
}
622
updating_tree = false;
0 commit comments