mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Spacing
This commit is contained in:
parent
6f918b42fa
commit
75464e8daf
@ -222,7 +222,6 @@ void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
|
|||||||
MxS32 y = m_location.GetY();
|
MxS32 y = m_location.GetY();
|
||||||
|
|
||||||
MxRect32 rect(x, y, x + width, y + height);
|
MxRect32 rect(x, y, x + width, y + height);
|
||||||
|
|
||||||
MVideoManager()->InvalidateRect(rect);
|
MVideoManager()->InvalidateRect(rect);
|
||||||
MVideoManager()->VTable0x34(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight());
|
MVideoManager()->VTable0x34(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user