mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(glue): update CCharacterSelection
This commit is contained in:
parent
c98a41a761
commit
57980ba822
7 changed files with 100 additions and 34 deletions
|
|
@ -148,7 +148,7 @@ void CCharacterCreation::InitCharacterComponent(ComponentData* data, int32_t ran
|
|||
if (CCharacterCreation::m_character) {
|
||||
auto model = CCharacterCreation::m_character->m_data.m_model;
|
||||
if (model->m_attachParent) {
|
||||
// TODO: model->DetachFromParent();
|
||||
model->DetachFromParent();
|
||||
}
|
||||
CCharacterComponent::FreeComponent(CCharacterCreation::m_character);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue