mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
Fix another bug
This commit is contained in:
parent
28d497966b
commit
20d08d3124
@ -84,7 +84,7 @@ void MxRegion::vtable18(MxRect32 &p_rect)
|
||||
}
|
||||
else {
|
||||
topBottom->FUN_100c5280(rectCopy.m_left, rectCopy.m_right);
|
||||
rectCopy.m_top = topBottom->m_top;
|
||||
rectCopy.m_top = *bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user