Merge branch 'master' into fixa

This commit is contained in:
Christian Semmler 2025-05-29 14:43:32 -07:00 committed by GitHub
commit 5f6c7eb116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,7 +433,7 @@ void LegoCarBuildAnimPresenter::FUN_10079160()
destData->SetName(data2->GetName());
destNode->SetNumChildren(1);
children = new LegoTreeNode*;
children = new LegoTreeNode*[1];
assert(children);
*children = FindNodeByName(m_anim->GetRoot(), "PLATFORM");