This commit is contained in:
Christian Semmler 2023-12-29 23:52:11 -05:00
parent 6f918b42fa
commit 75464e8daf

View File

@ -222,7 +222,6 @@ void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
MxS32 y = m_location.GetY();
MxRect32 rect(x, y, x + width, y + height);
MVideoManager()->InvalidateRect(rect);
MVideoManager()->VTable0x34(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight());
}