From 6f918b42fa5346d2ed14caf3c4367c9d6139e2c5 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 29 Dec 2023 23:51:43 -0500 Subject: [PATCH] Spacing --- LEGO1/mxstillpresenter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/mxstillpresenter.cpp b/LEGO1/mxstillpresenter.cpp index b50feeeb..ee659827 100644 --- a/LEGO1/mxstillpresenter.cpp +++ b/LEGO1/mxstillpresenter.cpp @@ -183,7 +183,6 @@ void MxStillPresenter::Enable(MxBool p_enable) MxS32 y = m_location.GetY(); MxRect32 rect(x, y, width + x, height + y); - MVideoManager()->InvalidateRect(rect); MVideoManager()->VTable0x34(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight()); }