Update test case to set targetable property to true for runtime scene build

This commit is contained in:
2026-05-11 21:33:58 +02:00
parent b6968474e2
commit 38cc205ac6

View File

@@ -907,7 +907,7 @@ describe("buildRuntimeSceneFromDocument", () => {
actorId: "actor-house-guide",
name: undefined,
visible: true,
targetable: false,
targetable: true,
position: {
x: -1,
y: 0,