Bootstrap anim.lib (#577)

* Bootstrap anim.lib

* Fix order

* Fix LegoMorphKey
This commit is contained in:
Christian Semmler
2024-02-18 12:43:42 -05:00
committed by GitHub
parent 35a566c243
commit 58482ff676
8 changed files with 370 additions and 72 deletions

View File

@@ -302,7 +302,7 @@ void LegoWorld::Add(MxCore* p_object)
if (!strcmpi(animPresenter->GetAction()->GetObjectName(), "ConfigAnimation")) {
FUN_1003e050(animPresenter);
animPresenter->GetAction()->SetDuration(animPresenter->GetUnknown0x64()->GetUnknown0x8());
animPresenter->GetAction()->SetDuration(animPresenter->GetAnimation()->GetDuration());
}
}