Commit ea13805e authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

d3dx9: IsParameterUsed stub should return TRUE.

parent 3db8af25
......@@ -3486,7 +3486,7 @@ static BOOL WINAPI ID3DXEffectImpl_IsParameterUsed(ID3DXEffect* iface, D3DXHANDL
FIXME("(%p)->(%p, %p): stub\n", This, parameter, technique);
return FALSE;
return TRUE;
}
static HRESULT WINAPI ID3DXEffectImpl_Begin(ID3DXEffect *iface, UINT *passes, DWORD flags)
......
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