mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(glue): handle UpdateSelectionCustomizationScene script function
This commit is contained in:
parent
d12b72e533
commit
59bf077bf8
3 changed files with 8 additions and 1 deletions
|
|
@ -65,7 +65,9 @@ int32_t Script_DeclineCharacter(lua_State* L) {
|
|||
}
|
||||
|
||||
int32_t Script_UpdateSelectionCustomizationScene(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
CCharacterSelection::RenderPrep();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t Script_GetCharacterSelectFacing(lua_State* L) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue