mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(model): implement CM2Model::AttachToParent
This commit is contained in:
parent
03cb7e699e
commit
6780f5061f
5 changed files with 239 additions and 30 deletions
|
|
@ -8,7 +8,7 @@
|
|||
int32_t CCharacterCreation::m_selectedClassID;
|
||||
int32_t CCharacterCreation::m_existingCharacterIndex;
|
||||
int32_t CCharacterCreation::m_raceIndex;
|
||||
CSimpleModel* CCharacterCreation::m_charCustomizeFrame;
|
||||
CSimpleModelFFX* CCharacterCreation::m_charCustomizeFrame;
|
||||
float CCharacterCreation::m_charFacing;
|
||||
uint32_t CCharacterCreation::m_prevSkinIndex;
|
||||
uint32_t CCharacterCreation::m_prevFaceIndex;
|
||||
|
|
@ -66,7 +66,7 @@ void CCharacterCreation::Initialize() {
|
|||
} while (weirdCondition || factionSwitch == 1);
|
||||
}
|
||||
|
||||
void CCharacterCreation::SetCharCustomizeFrame(CSimpleModel* frame) {
|
||||
void CCharacterCreation::SetCharCustomizeFrame(CSimpleModelFFX* frame) {
|
||||
CCharacterCreation::m_charCustomizeFrame = frame;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue