mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 23:20:20 +00:00
9fed566cf7
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. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |