Rename NPC collection refresh function and update usage

This commit is contained in:
2026-04-27 16:31:04 +02:00
parent 84054e1908
commit 4c38fc7abb

View File

@@ -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() {