Merge/fix

This commit is contained in:
Christian Semmler 2024-03-19 14:37:21 -04:00
parent f4c741fcbf
commit 419c3f1be7

View File

@ -113,7 +113,7 @@ LegoROI* LegoCharacterManager::GetROI(const char* p_key, MxBool p_createEntity)
if (character == NULL) {
LegoROI* roi = CreateROI(p_key);
roi->SetUnknown0x0c(0);
roi->SetVisibility(FALSE);
if (roi != NULL) {
character = new LegoCharacter(roi);