Update legopathpresenter.cpp

This commit is contained in:
vMidz 2023-10-23 17:00:27 +03:00 committed by GitHub
parent cb55b6c355
commit a5c7f01245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor)
} }
if (!p_fromDestructor) if (!p_fromDestructor)
{ {
MxMediaPresenter::Destroy(0); MxMediaPresenter::Destroy(FALSE);
} }
} }