diff --git a/LEGO1/omni/src/video/mxvideopresenter.cpp b/LEGO1/omni/src/video/mxvideopresenter.cpp index 3bc5a38f..ac81bceb 100644 --- a/LEGO1/omni/src/video/mxvideopresenter.cpp +++ b/LEGO1/omni/src/video/mxvideopresenter.cpp @@ -312,7 +312,7 @@ void MxVideoPresenter::PutFrame() dest.right = dest.left + GetWidth(); dest.bottom = dest.top + GetHeight(); - switch (PrepareRects(src, dest)) { + switch (PrepareRects(dest, src)) { case 0: ddSurface->Blt(&dest, m_unk0x58, &src, DDBLT_KEYSRC, NULL); break;