mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
fix(glue): add missing event signal for update character list to CCharacterSelection::UpdateCharacterList
This commit is contained in:
parent
0a74642732
commit
112d6bbe66
@ -133,4 +133,5 @@ void CCharacterSelection::UpdateCharacterList() {
|
|||||||
CCharacterSelection::ShowCharacter();
|
CCharacterSelection::ShowCharacter();
|
||||||
|
|
||||||
FrameScript_SignalEvent(8, "%d", CCharacterSelection::s_selectionIndex + 1);
|
FrameScript_SignalEvent(8, "%d", CCharacterSelection::s_selectionIndex + 1);
|
||||||
|
FrameScript_SignalEvent(7, nullptr);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user