From 0b7c2ba21099b3255a2a830c282b17e15f5c1517 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 17:24:35 +0200 Subject: [PATCH] Import getNpcColliderHeight function in runtime-host.ts --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index e91f1d61..21a7cec9 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -73,6 +73,7 @@ import { cloneAdvancedRenderingSettings, type AdvancedRenderingSettings } from "../document/world-settings"; +import { getNpcColliderHeight } from "../entities/entity-instances"; import { FirstPersonNavigationController } from "./first-person-navigation-controller"; import type {