bevy/crates/bevy_render
Patrick Walton b319c56e3c Refresh RenderVisibilityRanges when a visibility range is removed from the scene. (#16467)
We have an early-out to avoid updating `RenderVisibilityRanges` when a
`VisibilityRange` component is *modified*, but not when one is
*removed*. This means that removing `VisibilityRange` from an entity
might not update the rendering.

This PR fixes the issue by adding a check for removed
`VisibilityRange`s.
2024-11-22 21:24:03 +01:00
..
macros Don't reëxport bevy_image from bevy_render (#16163) 2024-11-11 22:16:38 +01:00
src Refresh RenderVisibilityRanges when a visibility range is removed from the scene. (#16467) 2024-11-22 21:24:03 +01:00
Cargo.toml Fix detailed_trace! (#16452) 2024-11-22 21:16:58 +01:00
README.md

Bevy Render

License Crates.io Downloads Docs Discord