From 75464e8daf0149dda1a564bc8cc1144ec6361eac Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 29 Dec 2023 23:52:11 -0500 Subject: [PATCH] Spacing --- LEGO1/mxvideopresenter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/mxvideopresenter.cpp b/LEGO1/mxvideopresenter.cpp index c4e93d09..0e4f3d5b 100644 --- a/LEGO1/mxvideopresenter.cpp +++ b/LEGO1/mxvideopresenter.cpp @@ -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()); }