Commit 74c3281b authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

Simple fix to handle the more common case of actually having a GL

context!
parent c3e6c095
......@@ -431,6 +431,8 @@ HRESULT WINAPI IDirect3D8Impl_GetDeviceCaps(LPDIRECT3D8 iface, UINT Adapter, D
gotContext = TRUE;
created = TRUE;
}
} else {
gotContext = TRUE;
}
if (gotContext == FALSE) {
......
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