auto-git:

[change] tests/unit/precomputed-shader-sky-environment-cache.test.ts
This commit is contained in:
2026-04-22 17:58:00 +02:00
parent 23d0be0d2c
commit bff433bace

View File

@@ -39,7 +39,7 @@ describe("PrecomputedShaderSkyEnvironmentCache", () => {
const world = createDefaultWorldSettings();
const time = createDefaultProjectTimeSettings();
const buildOrder: string[] = [];
const phaseTextures = {
const phaseTextures: Record<"day" | "dawn" | "dusk" | "night", Texture> = {
day: new Texture(),
dawn: new Texture(),
dusk: new Texture(),