1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

remove DDSD_ALL

This commit is contained in:
FunkyFr3sh 2023-07-27 08:16:09 +02:00
parent a9418fc02a
commit 0ac8709a50

View File

@ -1487,7 +1487,7 @@ HRESULT dd_CreateSurface(
DDSURFACEDESC desc;
memset(&desc, 0, sizeof(desc));
desc.dwFlags |= DDSD_CAPS | DDSD_ALL;
desc.dwFlags |= DDSD_CAPS;
if (lpDDSurfaceDesc->dwBackBufferCount > 1)
{