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
|
|
@ -23,7 +23,7 @@ int32_t Script_SetCharCustomizeFrame(lua_State* L) {
|
|||
auto frame = CScriptObject::GetScriptObjectByName(name, type);
|
||||
|
||||
if (frame) {
|
||||
CCharacterCreation::SetCharCustomizeFrame(static_cast<CSimpleModel*>(frame));
|
||||
CCharacterCreation::SetCharCustomizeFrame(static_cast<CSimpleModelFFX*>(frame));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue