diff --git a/src/dxvk/dxvk_context.cpp b/src/dxvk/dxvk_context.cpp index 67835e98..797c4e20 100644 --- a/src/dxvk/dxvk_context.cpp +++ b/src/dxvk/dxvk_context.cpp @@ -1774,7 +1774,7 @@ namespace dxvk { || !srcImage->isFullSubresource(region.srcSubresource, region.extent) || dstImage->info().format != srcImage->info().format; - if (useFb) { + if (!useFb) { // Additionally, the given mode combination must be supported. const auto& properties = m_device->properties().khrDepthStencilResolve;