Update LEGO1/mxdirectdraw.cpp

This commit is contained in:
MattKC 2023-08-03 09:54:55 -07:00 committed by GitHub
parent 877c77defe
commit cbac0b3eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -808,7 +808,7 @@ BOOL MxDirectDraw::DDSetMode(int width, int height, int bpp)
DDSURFACEDESC ddsd;
unk1();
FUN_1009E020();
if (!GetDDSurfaceDesc(&ddsd, m_pBackBuffer))
{