Commit 504380a2 authored by Andrew Wesie's avatar Andrew Wesie Committed by Alexandre Julliard

wined3d: Remove extraneous flush from EndScene.

parent 15657288
...@@ -3596,8 +3596,6 @@ HRESULT CDECL wined3d_device_end_scene(struct wined3d_device *device) ...@@ -3596,8 +3596,6 @@ HRESULT CDECL wined3d_device_end_scene(struct wined3d_device *device)
return WINED3DERR_INVALIDCALL; return WINED3DERR_INVALIDCALL;
} }
wined3d_cs_emit_flush(device->cs);
device->inScene = FALSE; device->inScene = FALSE;
return WINED3D_OK; return WINED3D_OK;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment