mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Fix another bug
This commit is contained in:
@@ -84,7 +84,7 @@ void MxRegion::vtable18(MxRect32 &p_rect)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
topBottom->FUN_100c5280(rectCopy.m_left, rectCopy.m_right);
|
topBottom->FUN_100c5280(rectCopy.m_left, rectCopy.m_right);
|
||||||
rectCopy.m_top = topBottom->m_top;
|
rectCopy.m_top = *bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user