Fix another bug

This commit is contained in:
Christian Semmler
2023-10-19 07:58:22 -04:00
parent 28d497966b
commit 20d08d3124

View File

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