bevy/crates/bevy_gizmos
ira e54057c50d
Avoid spawning gizmo meshes when no gizmos are being drawn (#8180)
# 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.
2023-04-17 21:20:29 +00:00
..
src Avoid spawning gizmo meshes when no gizmos are being drawn (#8180) 2023-04-17 21:20:29 +00:00
Cargo.toml Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00