mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
Spacing
This commit is contained in:
parent
ee36b9a9c8
commit
7413a186a7
@ -218,9 +218,9 @@ void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
|
|||||||
// MxRect32 rect(m_location, MxSize32(GetWidth(), GetHeight()));
|
// MxRect32 rect(m_location, MxSize32(GetWidth(), GetHeight()));
|
||||||
MxS32 height = GetHeight();
|
MxS32 height = GetHeight();
|
||||||
MxS32 width = GetWidth();
|
MxS32 width = GetWidth();
|
||||||
|
|
||||||
MxS32 x = m_location.GetX();
|
MxS32 x = m_location.GetX();
|
||||||
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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user