Commit ae5ca837 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.

parent 07c761a6
......@@ -364,7 +364,7 @@ static HRESULT WINAPI IDirect3DDevice8Impl_ResourceManagerDiscardBytes(IDirect3D
HRESULT hr;
TRACE("iface %p, byte_count %u.\n", iface, Bytes);
FIXME("Byte count ignored.\n");
if (Bytes) FIXME("Byte count ignored.\n");
wined3d_mutex_lock();
hr = wined3d_device_evict_managed_resources(This->wined3d_device);
......
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