feat(glue): handle UpdateSelectionCustomizationScene script function

This commit is contained in:
fallenoak 2023-02-22 21:37:37 -06:00
parent d12b72e533
commit 59bf077bf8
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,10 @@
TSGrowableArray<CharacterSelectionDisplay> CCharacterSelection::s_characterList;
CSimpleModelFFX* CCharacterSelection::s_modelFrame;
void CCharacterSelection::RenderPrep() {
// TODO
}
void CCharacterSelection::SetBackgroundModel(const char* modelPath) {
if (!CCharacterSelection::s_modelFrame || !modelPath || !*modelPath) {
return;