Commit 9a9414df authored by H. Verbeet's avatar H. Verbeet Committed by Alexandre Julliard

wined3d: Mark STATE_SCISSORRECT dirty in color_fill_fbo().

As pointed out by Alexander Dorofeyev.
parent 30b6954c
......@@ -6208,6 +6208,7 @@ static void color_fill_fbo(IWineD3DDevice *iface, IWineD3DSurface *surface, CONS
rect->x2 - rect->x1, rect->y2 - rect->y1);
}
checkGLcall("glScissor");
IWineD3DDeviceImpl_MarkStateDirty(This, STATE_SCISSORRECT);
} else {
glDisable(GL_SCISSOR_TEST);
}
......
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