Flip scrolling issues around, it'll slow on load instead of jumping fast
This commit is contained in:
parent
d066962617
commit
6b237c5ba1
3 changed files with 1 additions and 3 deletions
|
@ -96,6 +96,7 @@ HRESULT __stdcall ddraw_surface_Blt(IDirectDrawSurfaceImpl *This, LPRECT lpDestR
|
|||
if(This->caps & DDSCAPS_PRIMARYSURFACE)
|
||||
{
|
||||
WaitForSingleObject(ddraw->render.ev, INFINITE);
|
||||
ResetEvent(ddraw->render.ev);
|
||||
}
|
||||
|
||||
if(Source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue