SubtitlePanel - Wait for Close Bug (Open called before Close)
Posted: Mon Jul 26, 2021 9:46 pm
Example Conversation:
PC: Hello
NPC: Hi
I just noticed that when this conversation plays, Open(NPC Panel) is called before Close(PC Panel) when we hit the "Hi" node. This causes "Wait for Close" to fail because nothing is closing when ShowSubtitle() is called in StandardUISubtitlePanel.
PC: Hello
NPC: Hi
I just noticed that when this conversation plays, Open(NPC Panel) is called before Close(PC Panel) when we hit the "Hi" node. This causes "Wait for Close" to fail because nothing is closing when ShowSubtitle() is called in StandardUISubtitlePanel.