mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
wined3d: Remove a glFlush.
This commit is contained in:
parent
44d419ad8e
commit
eb0264e2b3
@ -1188,8 +1188,6 @@ static void flush_to_framebuffer_drawpixels(IWineD3DSurfaceImpl *This, GLenum fm
|
||||
IWineD3DSwapChain_Release((IWineD3DSwapChain *)swapchain);
|
||||
}
|
||||
|
||||
glFlush();
|
||||
vcheckGLcall("glFlush");
|
||||
glGetIntegerv(GL_PACK_SWAP_BYTES, &prev_store);
|
||||
vcheckGLcall("glIntegerv");
|
||||
glGetIntegerv(GL_CURRENT_RASTER_POSITION, &prev_rasterpos[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user