From a2325a9cb220fc6e93213abf6a37693b882e00b7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 22 Feb 2025 10:13:08 -0700 Subject: [PATCH] Add space --- LEGO1/omni/src/video/mxregion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/omni/src/video/mxregion.cpp b/LEGO1/omni/src/video/mxregion.cpp index 54516540..e2b762f9 100644 --- a/LEGO1/omni/src/video/mxregion.cpp +++ b/LEGO1/omni/src/video/mxregion.cpp @@ -485,6 +485,7 @@ MxBool MxSpan::IntersectsH(MxRect32& p_rect) if (p_rect.GetRight() <= segment->GetMin()) { return FALSE; } + if (segment->GetMax() > p_rect.GetLeft()) { return TRUE; }