Format arguments for resolveWorldBackgroundSkyColorState call

This commit is contained in:
2026-04-30 02:17:37 +02:00
parent f1ac4a6c74
commit 57843e56a3

View File

@@ -2952,7 +2952,10 @@ export class RuntimeHost {
);
syncDistanceFogSkyColorSource(
this.distanceFogSkyColorSource,
resolveWorldBackgroundSkyColorState(resolvedWorld.background, shaderSkyState)
resolveWorldBackgroundSkyColorState(
resolvedWorld.background,
shaderSkyState
)
);
const godRaysLightInput =
shaderSkyState !== null