mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
e54057c50d
# Objective Avoid queuing empty meshes for rendering. Should prevent #8144 from triggering when no gizmos are in use. Not a real fix, unfortunately. ## Solution Add an `in_use` field to `GizmoStorage` and only set it to true when there are gizmos to draw. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |