Commit f4aab54c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Mark the context valid if making it current on the "backup" window worked.

parent 3ad89896
......@@ -814,6 +814,8 @@ static BOOL context_set_gl_context(struct wined3d_context *ctx)
context_set_current(NULL);
return FALSE;
}
ctx->valid = 1;
}
return TRUE;
}
......
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