Add space

This commit is contained in:
Christian Semmler 2025-02-22 10:13:08 -07:00
parent 3d59310731
commit a2325a9cb2

View File

@ -485,6 +485,7 @@ MxBool MxSpan::IntersectsH(MxRect32& p_rect)
if (p_rect.GetRight() <= segment->GetMin()) { if (p_rect.GetRight() <= segment->GetMin()) {
return FALSE; return FALSE;
} }
if (segment->GetMax() > p_rect.GetLeft()) { if (segment->GetMax() > p_rect.GetLeft()) {
return TRUE; return TRUE;
} }