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); } }