bevy/crates/bevy_picking
ickshonpe c73daea341
Replace map + unwrap_or(true) with is_none_or (#17070)
# Objective

Reduce all varieties of `my_maybe.map(|x| x.is_true).unwrap_or(true)`
using `is_none_or`.
2024-12-31 20:17:03 +00:00
..
src Replace map + unwrap_or(true) with is_none_or (#17070) 2024-12-31 20:17:03 +00:00
Cargo.toml Fix the picking backend features not actually disabling the features (#16470) 2024-11-22 18:14:16 +00:00
README.md

Bevy Picking