From c456b6320471515cd768c17174e3abec2a768f27 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 08:45:06 +0200 Subject: [PATCH] Initialize volumes object in runtime scene fixture --- tests/domain/runtime-interaction-system.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index 8aa72453..17c51529 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -35,6 +35,10 @@ function createRuntimeSceneFixture(): RuntimeSceneDefinition { } }, brushes: [], + volumes: { + fog: [], + water: [] + }, colliders: [], sceneBounds: null, localLights: {