mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |