![]() # 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 |