dxgi: Remove 'stub!' from TRACE message in dxgi_swapchain_ResizeBuffers().
This commit is contained in:
parent
f04dfcd214
commit
9e8b58ee18
|
@ -225,7 +225,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_swapchain_ResizeBuffers(IDXGISwapChain *if
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
||||||
TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x stub!\n",
|
TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x.\n",
|
||||||
iface, buffer_count, width, height, debug_dxgi_format(format), flags);
|
iface, buffer_count, width, height, debug_dxgi_format(format), flags);
|
||||||
|
|
||||||
if (flags)
|
if (flags)
|
||||||
|
|
Loading…
Reference in New Issue