Clear unknowns in LegoAnimActorStruct and LegoAnimActor (#1673)

This commit is contained in:
Fabian Neundorf
2025-08-09 17:40:12 +02:00
committed by GitHub
parent 1a317a3ef8
commit 61eaea8bb4
9 changed files with 53 additions and 38 deletions

View File

@@ -1435,7 +1435,7 @@ void LegoLocomotionAnimPresenter::FUN_1006d680(LegoAnimActor* p_actor, MxFloat p
if (m_roiMap != NULL) {
m_roiMapList->Append(m_roiMap);
p_actor->FUN_1001c450(m_anim, p_value, m_roiMap, m_roiMapSize);
p_actor->CreateAnimActorStruct(m_anim, p_value, m_roiMap, m_roiMapSize);
m_roiMap = NULL;
}