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

remove sleep in setdisplaymode

This commit is contained in:
FunkyFr3sh 2018-11-07 17:42:08 +01:00
parent 217ecd89b5
commit e14e1e74c5

View File

@ -387,7 +387,6 @@ HRESULT __stdcall ddraw_SetDisplayMode(IDirectDrawImpl *This, DWORD width, DWORD
WaitForSingleObject(This->render.thread, INFINITE);
This->render.thread = NULL;
Sleep(500);
}
if (!This->mode.dmPelsWidth)