Merge pull request #93008 from aaronp64/container_queue_sort

Fix `Container::pending_sort` tracking
This commit is contained in:
Rémi Verschelde 2024-06-11 11:53:42 +02:00
commit a0bbd398ee
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -80,6 +80,7 @@ void Container::remove_child_notify(Node *p_child) {
void Container::_sort_children() {
if (!is_inside_tree()) {
pending_sort = false;
return;
}