From 5c62cc872a64e4db9629ba8339ef6066baea51d2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 02:43:12 +0200 Subject: [PATCH] Enable point and spot lights in build-runtime-scene test --- tests/domain/build-runtime-scene.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index 6f92b2a5..fb9adb5f 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -677,6 +677,7 @@ describe("buildRuntimeSceneFromDocument", () => { pointLights: [ { entityId: "entity-point-light-main", + enabled: true, position: { x: 2, y: 3, @@ -690,6 +691,7 @@ describe("buildRuntimeSceneFromDocument", () => { spotLights: [ { entityId: "entity-spot-light-main", + enabled: true, position: { x: -2, y: 4,