d3dx9: Fix a WARN.

This commit is contained in:
Matteo Bruni 2014-03-13 16:31:06 +01:00 committed by Alexandre Julliard
parent fa2c509243
commit db4bf1e1d4
1 changed files with 1 additions and 1 deletions

View File

@ -5340,7 +5340,7 @@ HRESULT WINAPI D3DXCreateEffectEx(struct IDirect3DDevice9 *device, const void *s
(ID3DInclude *)include, flags, (ID3DBlob **)compilation_errors, pool);
if (FAILED(hr))
{
WARN("Failed to initialize shader reflection\n");
WARN("Failed to create effect object.\n");
HeapFree(GetProcessHeap(), 0, object);
return hr;
}