From 7413a186a7e61c52490037755bb5fb7664ee5bf1 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 29 Dec 2023 22:55:35 -0500 Subject: [PATCH] Spacing --- LEGO1/mxvideopresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxvideopresenter.cpp b/LEGO1/mxvideopresenter.cpp index 6c863603..c4e93d09 100644 --- a/LEGO1/mxvideopresenter.cpp +++ b/LEGO1/mxvideopresenter.cpp @@ -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);