Include sequences in resolved scheduler state

This commit is contained in:
2026-04-14 23:44:52 +02:00
parent 72ca99fde7
commit 55342fc9e3

View File

@@ -2924,6 +2924,7 @@ export class RuntimeHost {
const nextResolvedScheduler = resolveRuntimeProjectScheduleState({
scheduler: this.runtimeScene.scheduler.document,
sequences: this.runtimeScene.sequences,
actorIds: this.runtimeScene.npcDefinitions.map((npc) => npc.actorId),
dayNumber: this.currentClockState.dayCount + 1,
timeOfDayHours: this.currentClockState.timeOfDayHours,