diff --git a/src/runtime-three/runtime-project-time.ts b/src/runtime-three/runtime-project-time.ts index 4c16a070..8e185f89 100644 --- a/src/runtime-three/runtime-project-time.ts +++ b/src/runtime-three/runtime-project-time.ts @@ -746,8 +746,8 @@ function resolveTimeDrivenBackground( return { background: daylikeImageBackground, nightBackgroundOverlay: resolveBackgroundImageOverlay( - dayBackground, - 0 + nightBackground, + twilightNightOpacity ) }; }