bevy
bevy copied to clipboard
Skip batching for phase items from other pipelines
Objective
- Fix #14295
Solution
- Early out when
GFBD::get_index_and_compare_data
returns None.
Testing
- Tested on a selection of examples including
many_foxes
and3d_shapes
. - Resolved the original issue in
bevy_vector_shapes
.