mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix
This commit is contained in:
parent
c9bbc8948d
commit
819d01a25e
@ -274,7 +274,7 @@ MxResult LegoVideoManager::Tickle()
|
|||||||
if (m_unk0xe4 && !m_initialized)
|
if (m_unk0xe4 && !m_initialized)
|
||||||
m_3dManager->GetLego3DView()->GetView()->Clear();
|
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);
|
InvalidateRect(rect);
|
||||||
|
|
||||||
if (!m_initialized && (m_unk0xe4 || m_unk0xe5)) {
|
if (!m_initialized && (m_unk0xe4 || m_unk0xe5)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user