From a5c7f0124570e2232445c83770287c56c1479534 Mon Sep 17 00:00:00 2001 From: vMidz <147055059+vMidz@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:00:27 +0300 Subject: [PATCH] Update legopathpresenter.cpp --- LEGO1/legopathpresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/legopathpresenter.cpp b/LEGO1/legopathpresenter.cpp index 6ed5c515..84784054 100644 --- a/LEGO1/legopathpresenter.cpp +++ b/LEGO1/legopathpresenter.cpp @@ -57,7 +57,7 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor) } if (!p_fromDestructor) { - MxMediaPresenter::Destroy(0); + MxMediaPresenter::Destroy(FALSE); } }