From 57843e56a3a72e02dda33c7d4c1561f128d0dcdb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 30 Apr 2026 02:17:37 +0200 Subject: [PATCH] Format arguments for resolveWorldBackgroundSkyColorState call --- src/runtime-three/runtime-host.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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