Update legopathpresenter.cpp

This commit is contained in:
Misha 2024-01-12 16:56:19 -05:00
parent 0b1e078f2e
commit 67c09dfa31
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -51,6 +51,12 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor)
MxMediaPresenter::Destroy(FALSE);
}
// FUNCTION: LEGO1 0x10044c10
void LegoPathPresenter::Destroy()
{
Destroy(FALSE);
}
// STUB: LEGO1 0x10044c20
void LegoPathPresenter::ReadyTickle()
{
@ -72,12 +78,6 @@ void LegoPathPresenter::StreamingTickle()
}
}
// FUNCTION: LEGO1 0x10044c10
void LegoPathPresenter::Destroy()
{
Destroy(FALSE);
}
// FUNCTION: LEGO1 0x10044d40
void LegoPathPresenter::RepeatingTickle()
{