bevy_gizmos
crashes with MissingVertexAttributeError
when rendering only a single gizmo
#8432
Milestone
Bevy version
Main branch
Relevant system information
What you did
Run the
3d_gizmos
example, but remove all but one of the gizmos fromsystem
:What went wrong
Expected behaviour: Bevy renders the gizmo
Actual behaviour:
Additional information
This seems to have been caused by #8180 which was merged in e54057c
When more than one gizmo is added, everything renders fine without crashing.
The text was updated successfully, but these errors were encountered: