diff --git a/LEGO1/omni/src/video/mxregion.cpp b/LEGO1/omni/src/video/mxregion.cpp index fd1b3dad..54516540 100644 --- a/LEGO1/omni/src/video/mxregion.cpp +++ b/LEGO1/omni/src/video/mxregion.cpp @@ -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; }