bevy/crates/bevy_core_pipeline
Erin bb7f521f91 Ensure 2D phase items are sorted before batching (#5942)
# 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.
2022-09-11 15:26:40 +00:00
..
src Ensure 2D phase items are sorted before batching (#5942) 2022-09-11 15:26:40 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00