mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 00:39:06 +00:00
wined3d: Fix context_apply_blit_state().
This commit is contained in:
parent
6d78004899
commit
5b67bd4fb2
@ -2129,7 +2129,7 @@ void context_apply_blit_state(struct wined3d_context *context, struct wined3d_de
|
||||
ENTER_GL();
|
||||
if (rt_mask != context->draw_buffers_mask)
|
||||
{
|
||||
context_apply_draw_buffers(context, 1, &context->current_rt);
|
||||
context_apply_draw_buffers(context, rt_mask, &context->current_rt);
|
||||
context->draw_buffers_mask = rt_mask;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user