mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Fix
This commit is contained in:
parent
c9bbc8948d
commit
819d01a25e
@ -274,7 +274,7 @@ MxResult LegoVideoManager::Tickle()
|
||||
if (m_unk0xe4 && !m_initialized)
|
||||
m_3dManager->GetLego3DView()->GetView()->Clear();
|
||||
|
||||
MxRect32 rect(0, 0, m_videoParam.GetRect().GetWidth(), m_videoParam.GetRect().GetHeight());
|
||||
MxRect32 rect(0, 0, m_videoParam.GetRect().GetWidth() - 1, m_videoParam.GetRect().GetHeight() - 1);
|
||||
InvalidateRect(rect);
|
||||
|
||||
if (!m_initialized && (m_unk0xe4 || m_unk0xe5)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user