Implement/match LegoAnimMMPresenter::StartingTickle (#824)

This commit is contained in:
Christian Semmler
2024-04-20 10:07:58 -04:00
committed by GitHub
parent 0b08b0ae69
commit 9cc5df8c40
5 changed files with 23 additions and 5 deletions

View File

@@ -563,6 +563,14 @@ void LegoAnimPresenter::PutFrame()
}
}
// STUB: LEGO1 0x1006b140
// FUNCTION: BETA10 0x100507e0
MxResult LegoAnimPresenter::FUN_1006b140(LegoROI* p_roi)
{
// TODO
return FAILURE;
}
// FUNCTION: LEGO1 0x1006b550
void LegoAnimPresenter::ReadyTickle()
{