This commit is contained in:
Christian Semmler 2023-12-29 22:55:35 -05:00
parent ee36b9a9c8
commit 7413a186a7

View File

@ -218,9 +218,9 @@ void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
// MxRect32 rect(m_location, MxSize32(GetWidth(), GetHeight()));
MxS32 height = GetHeight();
MxS32 width = GetWidth();
MxS32 x = m_location.GetX();
MxS32 y = m_location.GetY();
MxRect32 rect(x, y, x + width, y + height);
MVideoManager()->InvalidateRect(rect);