auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-22 12:31:47 +02:00
parent 9fc389b00e
commit 97c12cc5c9

View File

@@ -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
);
}
);