mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Speed up large selections in the editor
This commit is contained in:
parent
a3b42d85d2
commit
1c8e3f9037
12 changed files with 111 additions and 86 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue