From 4c38fc7abb5853e8b508ad2bc06e59ed61281b33 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 27 Apr 2026 16:31:04 +0200 Subject: [PATCH] Rename NPC collection refresh function and update usage --- src/runtime-three/runtime-host.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {