Fix MxWavePresenter::StartingTickle

This commit is contained in:
Christian Semmler 2024-01-07 22:28:16 -05:00
parent 855e548516
commit 79465d358d
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -144,7 +144,7 @@ void MxWavePresenter::ReadyTickle()
// FUNCTION: LEGO1 0x100b1d50
void MxWavePresenter::StartingTickle()
{
MxStreamChunk* chunk = NextChunk();
MxStreamChunk* chunk = FUN_100b5650();
if (chunk && m_action->GetElapsedTime() >= chunk->GetTime()) {
MxU32 length = chunk->GetLength();