Commit dccbfe32 authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

d3dx9: ID3DXEffect::QueryInterface() does not support IID_ID3DXBaseEffect.

parent adbfae9b
......@@ -723,7 +723,6 @@ static HRESULT WINAPI ID3DXEffectImpl_QueryInterface(ID3DXEffect *iface, REFIID
TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), object);
if (IsEqualGUID(riid, &IID_IUnknown) ||
IsEqualGUID(riid, &IID_ID3DXBaseEffect) ||
IsEqualGUID(riid, &IID_ID3DXEffect))
{
This->ID3DXEffect_iface.lpVtbl->AddRef(iface);
......
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