Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix QueryIter::sort_unstable_by (bevyengine#16565)
# Objective `QueryIter::sort_unstable_by` is mistakenly using `slice::sort_by`. ## Solution Use `slice::sort_unstable_by`.
- Loading branch information