diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 19cae261..8cdcc6ba 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -193,7 +193,7 @@ import { import { commitRuntimeScheduleSyncResult, createRuntimeScheduleSyncContext, - refreshRuntimeNpcCollections, + refreshRuntimeNpcCollections as refreshRuntimeSceneNpcCollections, syncRuntimeSceneScheduleToClock, type RuntimeScheduleSyncContext } from "./runtime-schedule-sync"; @@ -5257,7 +5257,7 @@ export class RuntimeHost { return; } - refreshRuntimeNpcCollections(this.runtimeScene); + refreshRuntimeSceneNpcCollections(this.runtimeScene); } private refreshCollisionWorldForNpcSchedule() {