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)