Commit 750016bc authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Assign *device in adapter_vk_create_device().

parent cf9623e6
......@@ -268,6 +268,8 @@ static HRESULT adapter_vk_create_device(struct wined3d *wined3d, const struct wi
goto fail;
}
*device = &device_vk->d;
return WINED3D_OK;
fail:
......
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