Update legoanimpresenter.cpp

This commit is contained in:
Misha 2024-01-15 13:38:40 -05:00
parent 0a3a6c2b68
commit 55a1625a9f
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -132,13 +132,6 @@ void LegoAnimPresenter::EndAction()
MxVideoPresenter::EndAction();
}
// STUB: LEGO1 0x1006ad30
void LegoAnimPresenter::PutFrame()
{
// TODO
}
// FUNCTION: LEGO1 0x10068fb0
MxS32 LegoAnimPresenter::VTable0x88(MxStreamChunk* p_chunk)
{
@ -176,6 +169,12 @@ MxS32 LegoAnimPresenter::VTable0x88(MxStreamChunk* p_chunk)
return result;
}
// STUB: LEGO1 0x1006ad30
void LegoAnimPresenter::PutFrame()
{
// TODO
}
// FUNCTION: LEGO1 0x10099dd0
LegoAnimClassBase::LegoAnimClassBase()
{