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

@ -1 +1 @@
Subproject commit 9af1e5fce4c13ef98842807d4f593dec8ae80c87 Subproject commit a63f6735cf4bed4f7502a022a10378607082b770

@ -1 +1 @@
Subproject commit dd14131793e5ae47cc8e9232f46469216017b5aa Subproject commit c23ee05c1e9fa103eaa52e6aa7e855ef568ee669

@ -1 +1 @@
Subproject commit 3baace73c828271dcb71a8156e3e7b91e1dd12ae Subproject commit 283d51f6f6c7721a810548d95ba83eef2484e17e

View file

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