mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
Add space
This commit is contained in:
parent
3d59310731
commit
a2325a9cb2
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user