Skip to content

Commit

Permalink
remove DDSD_LPSURFACE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 27, 2024
1 parent 1c5a5a2 commit d58b380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ddsurface.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,7 @@ HRESULT dds_GetSurfaceDesc(IDirectDrawSurfaceImpl* This, LPDDSURFACEDESC lpDDSur
DDSD_WIDTH |
DDSD_HEIGHT |
DDSD_PITCH |
DDSD_PIXELFORMAT |
DDSD_LPSURFACE;
DDSD_PIXELFORMAT;

lpDDSurfaceDesc->dwWidth = This->width;
lpDDSurfaceDesc->dwHeight = This->height;
Expand Down

0 comments on commit d58b380

Please sign in to comment.