From bf652291fb3a8a555ee0177bf800333ec20621c2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 04:57:22 +0200 Subject: [PATCH] Add foliage structure to runtime scene fixture for testing --- tests/domain/runtime-interaction-system.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index 774c2ed0..641071ef 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -71,6 +71,11 @@ function createRuntimeSceneFixture(): RuntimeSceneDefinition { staticColliders: [], colliders: [], sceneBounds: null, + foliage: { + terrains: [], + layers: {}, + prototypes: {} + }, playerInputBindings: createPlayerStartInputBindings(), localLights: { pointLights: [],