mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
ebdda09fc3
# Objective - During rendering of different gizmo groups, the ordering is random between executions ## Solution - Make the ordering stable - It's using a `TypeIdMap`, its iteration order depends on the insertion order. so insert when adding a group instead of when adding a gizmo - Also changed `extract_gizmo_data` to not be group dependent. there will be only one of those systems, no matter the number of gizmo groups added --------- Co-authored-by: pablo-lua <126117294+pablo-lua@users.noreply.github.com> |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |