auto-git:

[change] src/runtime-three/runtime-project-time.ts
This commit is contained in:
2026-04-22 12:29:47 +02:00
parent 39bdebf56a
commit 69a82f5013

View File

@@ -746,8 +746,8 @@ function resolveTimeDrivenBackground(
return {
background: daylikeImageBackground,
nightBackgroundOverlay: resolveBackgroundImageOverlay(
dayBackground,
0
nightBackground,
twilightNightOpacity
)
};
}