mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51: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()));
|
||||
MxS32 height = GetHeight();
|
||||
MxS32 width = GetWidth();
|
||||
|
||||
MxS32 x = m_location.GetX();
|
||||
MxS32 y = m_location.GetY();
|
||||
|
||||
MxRect32 rect(x, y, x + width, y + height);
|
||||
|
||||
MVideoManager()->InvalidateRect(rect);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user