Update import paths for world settings

This commit is contained in:
2026-04-02 20:58:35 +02:00
parent 3e939a01c1
commit 04f46fa8ff
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import {
createStopAnimationInteractionLink,
createStopSoundInteractionLink
} from "../../src/interactions/interaction-links";
import { createDefaultWorldSettings } from "../../src/document/scene-document";
import { createDefaultWorldSettings } from "../../src/document/world-settings";
import { RuntimeInteractionSystem } from "../../src/runtime-three/runtime-interaction-system";
import type { RuntimeSceneDefinition } from "../../src/runtime-three/runtime-scene-build";