Cleanup minor formatting issues and refine validation logic across components and tests

This commit is contained in:
2026-04-28 03:38:12 +02:00
parent 19645f1406
commit c368140aa2
4 changed files with 6 additions and 9 deletions

View File

@@ -882,9 +882,7 @@ describe("scene document JSON", () => {
expect(migratedDocument.version).toBe(SCENE_DOCUMENT_VERSION);
expect(
migratedDocument.world.advancedRendering.dynamicGlobalIllumination
).toEqual(
emptyScene.world.advancedRendering.dynamicGlobalIllumination
);
).toEqual(emptyScene.world.advancedRendering.dynamicGlobalIllumination);
});
it("defaults missing water reflection mode and clamps legacy foam limits during migration", () => {