bevy/crates/bevy_gizmos/src
Eye 07cd955c02
Fix: Gizmos crash due to the persistence policy being set to Unload. Change it to Keep (#11192)
# Objective

Fixes Gizmos crash due to the persistence policy being set to `Unload`

## Solution

Change it to `Keep`

Co-authored-by: rqg <ranqingguo318@gmail.com>
2024-01-03 11:03:18 +00:00
..
arcs.rs Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
arrows.rs Move Circle Gizmos to Their Own File (#10631) 2023-11-20 09:47:50 +00:00
circles.rs Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
gizmos.rs move gizmo arcs to their own file (#10660) 2023-11-22 14:58:34 +00:00
lib.rs Fix: Gizmos crash due to the persistence policy being set to Unload. Change it to Keep (#11192) 2024-01-03 11:03:18 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
pipeline_3d.rs Fix gizmo crash when prepass enabled (#10360) 2023-11-03 23:38:50 +00:00