bevy/crates/bevy_ui
Markus Ort efc7dc0859
Fix panic when using image in UiMaterial (#10591)
# Objective

- Fix the panic on using Images in UiMaterials due to assets not being
loaded.
- Fixes #10513 

## Solution

- add `let else` statement that `return`s or `continue`s instead of
unwrapping, causing a panic.
2023-11-16 21:31:25 +00:00
..
src Fix panic when using image in UiMaterial (#10591) 2023-11-16 21:31:25 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00