Skip to content

Commit 5bf901d

Browse files
committed
Update actorobjectmanager when setting cutscene index.
1 parent cbedc87 commit 5bf901d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

OtterGui

Penumbra/Interop/PathResolving/CutsceneService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public bool SetParentIndex(int copyIdx, int parentIdx)
7575
return false;
7676

7777
_copiedCharacters[copyIdx - CutsceneStartIdx] = (short)parentIdx;
78+
_objects.InvokeRequiredUpdates();
7879
return true;
7980
}
8081

0 commit comments

Comments
 (0)