This commit is contained in:
Christian Semmler 2024-03-19 13:38:10 -04:00
parent 3ffcb4e7f1
commit 6fffce5c59

View File

@ -133,6 +133,7 @@ LegoROI* LegoCharacterManager::GetROI(const char* p_key, MxBool p_createEntity)
if (character != NULL) {
if (p_createEntity && character->m_roi->GetEntity() == NULL) {
// TODO: Match
LegoAnimActor* actor = new LegoAnimActor(1);
actor->SetROI(character->m_roi, FALSE, FALSE);