d3dx9_36: Fix typo.
This commit is contained in:
parent
f49de6aa08
commit
539d28a112
|
@ -5631,7 +5631,7 @@ static HRESULT d3dx9_parse_effect(struct ID3DXBaseEffectImpl *base, const char *
|
|||
hr = d3dx9_parse_resource(base, data, &ptr);
|
||||
if (hr != D3D_OK)
|
||||
{
|
||||
WARN("Failed to parse data\n");
|
||||
WARN("Failed to parse resource\n");
|
||||
goto err_out;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue