mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 11:31:57 -04:00
Merge remote-tracking branch 'isle/master'
This commit is contained in:
commit
a9be411c48
@ -433,7 +433,7 @@ void LegoCarBuildAnimPresenter::FUN_10079160()
|
|||||||
destData->SetName(data2->GetName());
|
destData->SetName(data2->GetName());
|
||||||
|
|
||||||
destNode->SetNumChildren(1);
|
destNode->SetNumChildren(1);
|
||||||
children = new LegoTreeNode*;
|
children = new LegoTreeNode*[1];
|
||||||
assert(children);
|
assert(children);
|
||||||
*children = FindNodeByName(m_anim->GetRoot(), "PLATFORM");
|
*children = FindNodeByName(m_anim->GetRoot(), "PLATFORM");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user