diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 019e0978..37f53ed9 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -2952,7 +2952,10 @@ export class RuntimeHost { ); syncDistanceFogSkyColorSource( this.distanceFogSkyColorSource, - resolveWorldBackgroundSkyColorState(resolvedWorld.background, shaderSkyState) + resolveWorldBackgroundSkyColorState( + resolvedWorld.background, + shaderSkyState + ) ); const godRaysLightInput = shaderSkyState !== null