mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
clean up
This commit is contained in:
parent
7e754d93d5
commit
88040045aa
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ pub fn ui_stack_system(
|
|||
.collect();
|
||||
|
||||
radsort::sort_by_key(&mut root_nodes, |(_, z)| *z);
|
||||
|
||||
traversal_stack.extend(root_nodes.into_iter().map(|(id, _)| id).rev());
|
||||
|
||||
while let Some(entity) = traversal_stack.pop() {
|
||||
|
|
Loading…
Reference in a new issue