bevy/crates/bevy_gizmos
ira cfa3303cf3
Fix crash when drawing line gizmo with less than 2 vertices (#9101)
# Objective

Fix #9089

## Solution

Don't try to draw lines with less than 2 vertices. These would not be
visible either way.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-15 21:50:37 +00:00
..
src Fix crash when drawing line gizmo with less than 2 vertices (#9101) 2023-08-15 21:50:37 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00