Update mxvideopresenter.cpp

This commit is contained in:
Misha 2023-10-16 12:44:35 -04:00 committed by GitHub
parent d1fd224692
commit b367167d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
delete m_unk58;
Init();
if (!p_reinit)
if (!p_fromDestructor)
{
// TODO MxMediaPresenter->Destroy(FALSE)
}