1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Speed up large selections in the editor

This commit is contained in:
Mike Precup
2025-08-08 11:28:47 -07:00
parent a3b42d85d2
commit 1c8e3f9037
12 changed files with 111 additions and 86 deletions

View File

@@ -1296,7 +1296,7 @@ void EditorSelection::_update_node_list() {
top_selected_node_list.push_back(E.key);
}
node_list_changed = true;
node_list_changed = false;
}
void EditorSelection::update() {