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 VisibilityRanges.
We have an early-out to avoid updating
RenderVisibilityRanges
when aVisibilityRange
component is modified, but not when one is removed. This means that removingVisibilityRange
from an entity might not update the rendering.This PR fixes the issue by adding a check for removed
VisibilityRange
s.