bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Skip batching for phase items from other pipelines

Open james-j-obrien opened this issue 7 months ago • 0 comments

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 and 3d_shapes.
  • Resolved the original issue in bevy_vector_shapes.

james-j-obrien avatar Jul 13 '24 21:07 james-j-obrien