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

d3d11: Trace actual swapchain pointer in D3D11CreateDeviceAndSwapChain().

parent 6e7fe14b
......@@ -331,7 +331,7 @@ HRESULT WINAPI D3D11CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D_DRIVER_T
goto cleanup;
}
TRACE("Created IDXGISwapChain %p.\n", swapchain);
TRACE("Created IDXGISwapChain %p.\n", *swapchain);
}
if (device_out)
......
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