bevy/crates/bevy_render
Raffaele Ragni b22db47e10
default inherited visibility when parent has invalid components (#10275)
# Situation

- In case of parent without visibility components, the visibility
inheritance of children creates a panic.

## Solution

- Apply same fallback visibility as parent not found instead of panic.
2023-10-27 03:59:29 +00:00
..
macros allow extensions to StandardMaterial (#7820) 2023-10-17 21:28:08 +00:00
src default inherited visibility when parent has invalid components (#10275) 2023-10-27 03:59:29 +00:00
Cargo.toml update shader imports (#10180) 2023-10-21 11:51:58 +00:00