diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp index 02613a1a..c19febbf 100644 --- a/src/d3d9/d3d9_device.cpp +++ b/src/d3d9/d3d9_device.cpp @@ -6799,7 +6799,7 @@ namespace dxvk { SetDepthStencilSurface(nullptr); for (uint32_t i = 1; i < caps::MaxSimultaneousRenderTargets; i++) - SetRenderTarget(0, nullptr); + SetRenderTarget(i, nullptr); auto& rs = m_state.renderStates;