feat(model): implement CM2Model::AttachToParent

This commit is contained in:
VDm 2025-05-25 20:33:03 +04:00
parent 03cb7e699e
commit 6780f5061f
5 changed files with 239 additions and 30 deletions

View file

@ -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;