From 38cc205ac60889b39c3ced7784ee1146f0478c11 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:33:58 +0200 Subject: [PATCH] Update test case to set targetable property to true for runtime scene build --- tests/domain/build-runtime-scene.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index f3605feb..a9405eb0 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -907,7 +907,7 @@ describe("buildRuntimeSceneFromDocument", () => { actorId: "actor-house-guide", name: undefined, visible: true, - targetable: false, + targetable: true, position: { x: -1, y: 0,