Apply advanced rendering shadow flags to spline repeater group

This commit is contained in:
2026-05-13 03:44:18 +02:00
parent 68574be1b3
commit 9ba6a1ef43

View File

@@ -2698,6 +2698,11 @@ export class ViewportHost {
}
}
applyAdvancedRenderingRenderableShadowFlags(
this.splineRepeaterRenderer.group,
shadowsEnabled
);
for (const renderObjects of this.entityRenderObjects.values()) {
applyAdvancedRenderingRenderableShadowFlags(renderObjects.group, false);
}