Update actorobjectmanager when setting cutscene index.
Some checks are pending
.NET Build / build (push) Waiting to run

This commit is contained in:
Ottermandias 2025-10-23 17:30:29 +02:00
parent cbedc878b9
commit 5bf901d0c4
4 changed files with 4 additions and 3 deletions

View file

@ -75,6 +75,7 @@ public sealed class CutsceneService : IRequiredService, IDisposable
return false;
_copiedCharacters[copyIdx - CutsceneStartIdx] = (short)parentIdx;
_objects.InvokeRequiredUpdates();
return true;
}