You've already forked godot
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user