Enable point and spot lights in build-runtime-scene test

This commit is contained in:
2026-04-14 02:43:12 +02:00
parent 5a82378dfc
commit 5c62cc872a

View File

@@ -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,