mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
73457665ba
# Objective Gizmos are intended to draw over everything but for some reason I set the sort key to `0` during #8427 :v I didn't catch this mistake because it still draws over sprites with a Z translation of `0`. ## Solution Set the sort key to `f32::INFINITY`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |