mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix
This commit is contained in:
parent
0a381ee06f
commit
4ecac017dd
@ -312,7 +312,7 @@ void MxVideoPresenter::PutFrame()
|
|||||||
dest.right = dest.left + GetWidth();
|
dest.right = dest.left + GetWidth();
|
||||||
dest.bottom = dest.top + GetHeight();
|
dest.bottom = dest.top + GetHeight();
|
||||||
|
|
||||||
switch (PrepareRects(src, dest)) {
|
switch (PrepareRects(dest, src)) {
|
||||||
case 0:
|
case 0:
|
||||||
ddSurface->Blt(&dest, m_unk0x58, &src, DDBLT_KEYSRC, NULL);
|
ddSurface->Blt(&dest, m_unk0x58, &src, DDBLT_KEYSRC, NULL);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user