Commit 1c5c5507 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d9: Make warning message in d3d9_device_StretchRect() more accurate.

parent f234ce16
......@@ -1625,7 +1625,7 @@ static HRESULT WINAPI d3d9_device_StretchRect(IDirect3DDevice9Ex *iface, IDirect
if (dst->texture && !(dst_desc.usage & (WINED3DUSAGE_RENDERTARGET | WINED3DUSAGE_DEPTHSTENCIL)))
{
WARN("Destination is a texture.\n");
WARN("Destination is a regular texture.\n");
goto done;
}
......
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