mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
fc659a6143
# Objective In `queue_shadows`, the `UiBoxShadows` option is unwrapped incorrectly which results in the number of shadow samples being set to `u32::default()` instead of `UiBoxShadows::default()` if the camera entity doesn't have the component. ## Solution Just use `unwrap_or_default` directly without `map`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |