|  bb7f521f91 # Objective Without this we can inappropriately merge batches together without properly accounting for non-batch items between them, and the merged batch will then be sorted incorrectly later. This change seems to reliably fix the issue I was seeing in #5919. ## Solution Ensure the `batch_phase_system` runs after the `sort_phase_system`, so that batching can only look at actually adjacent phase items. | ||
|---|---|---|
| .. | ||
| core_2d | ||
| core_3d | ||
| clear_color.rs | ||
| lib.rs | ||