mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix regression
This commit is contained in:
parent
6fd7da214a
commit
3d59310731
@ -396,7 +396,7 @@ void MxRegionCursor::PrevSpan(MxRect32& p_rect)
|
||||
MxSpan::MxSpan(MxS32 p_min, MxS32 p_max)
|
||||
{
|
||||
m_min = p_min;
|
||||
m_max = m_max;
|
||||
m_max = p_max;
|
||||
m_segList = new MxSegmentList;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user