auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 17:00:23 +02:00
parent ce5fdb1fd5
commit 575d140ff5

View File

@@ -157,6 +157,7 @@ import { resolveUnderwaterFogState } from "./underwater-fog";
import { resolveWaterContact } from "./water-volume-utils";
import type {
RuntimeBrushFace,
RuntimeCameraRig,
RuntimeNpcDefinition,
RuntimeBoxBrushInstance,
RuntimeLocalLightCollection,
@@ -172,7 +173,6 @@ import {
createRuntimeNpcFromDefinition
} from "./runtime-scene-build";
import { resolvePlayerStartLookInput, resolvePlayerStartPauseInput } from "./player-input-bindings";
import type { RuntimeCameraRig } from "./runtime-scene-build";
interface CachedMaterialTexture {
signature: string;