From 67c09dfa3125de0670ccde4ed60e32de39fdcd3f Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:56:19 -0500 Subject: [PATCH] Update legopathpresenter.cpp --- LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp index 378899a4..37082f35 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp @@ -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() {