Merge remote-tracking branch 'isle/master'

This commit is contained in:
Christian Semmler 2025-05-30 17:20:18 -07:00
commit a699a4316a
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -459,7 +459,7 @@ void LegoCarBuildAnimPresenter::FUN_100795d0(LegoChar* p_param)
data->SetNumMorphKeys(1);
data->SetMorphKeys(newHideKey);
delete oldMorphKeys;
delete[] oldMorphKeys;
}
}
@ -475,7 +475,7 @@ void LegoCarBuildAnimPresenter::FUN_10079680(LegoChar* p_param)
data->SetNumMorphKeys(0);
data->SetMorphKeys(NULL);
delete oldMorphKeys;
delete[] oldMorphKeys;
}
}