Skip to content
Snippets Groups Projects
Commit f4aab54c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

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

parent 3ad89896
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment