Implement/match LegoAnimPresenter::FUN_1006b9a0 (#797)

This commit is contained in:
Christian Semmler
2024-04-13 12:05:43 -04:00
committed by GitHub
parent 67127e2515
commit 54421ebcdf
4 changed files with 43 additions and 4 deletions

View File

@@ -136,6 +136,13 @@ done:
return result;
}
// STUB: LEGO1 0x1009f490
undefined4 LegoAnimScene::FUN_1009f490(LegoFloat p_time, Matrix4& p_matrix)
{
// TODO
return 0;
}
// FUNCTION: LEGO1 0x1009f900
LegoAnimKey::LegoAnimKey()
{