Commit 4f0212c4 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

d3dx9: Make ID3DXLine::OnResetDevice() return S_OK.

parent 4c640f24
......@@ -263,7 +263,7 @@ static HRESULT WINAPI d3dx9_line_OnResetDevice(ID3DXLine *iface)
{
FIXME("iface %p stub!\n", iface);
return E_NOTIMPL;
return S_OK;
}
static const struct ID3DXLineVtbl d3dx9_line_vtbl =
......
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