From 97c12cc5c98e3323e485fa3a586c882031862069 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 12:31:47 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index e02d2b6c..7ff91fc3 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6064,7 +6064,8 @@ export function App({ store, initialStatusMessage }: AppProps) { world.timeOfDay.night.background = changeWorldBackgroundMode( world.timeOfDay.night.background, "image", - nextImageAssetId + nextImageAssetId, + DEFAULT_NIGHT_IMAGE_ENVIRONMENT_INTENSITY ); } ); @@ -6079,7 +6080,9 @@ export function App({ store, initialStatusMessage }: AppProps) { (world) => { world.timeOfDay.night.background = changeWorldBackgroundMode( world.timeOfDay.night.background, - mode + mode, + undefined, + DEFAULT_NIGHT_IMAGE_ENVIRONMENT_INTENSITY ); } );