mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): start character animation on character select screen
This commit is contained in:
parent
daca438a62
commit
666e52fb16
@ -213,6 +213,16 @@ void CCharacterSelection::ShowCharacter() {
|
||||
|
||||
// TODO lighting callback/arg
|
||||
|
||||
character->component->m_data.model->SetBoneSequence(
|
||||
0xFFFFFFFF,
|
||||
0,
|
||||
0xFFFFFFFF,
|
||||
0,
|
||||
1.0f,
|
||||
1,
|
||||
1
|
||||
);
|
||||
|
||||
// TODO load pet model
|
||||
|
||||
CCharacterSelection::s_characterCount++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user