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; }