diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp index 6c562070..16073328 100644 --- a/src/d3d9/d3d9_device.cpp +++ b/src/d3d9/d3d9_device.cpp @@ -697,8 +697,6 @@ namespace dxvk { pitch, pitch * texLevelBlockCount.height); Rc dstImage = dstTextureInfo->GetImage(); - VkDeviceSize srcByteOffset = srcBlockOffset.y * formatInfo->elementSize * texLevelBlockCount.width - + srcBlockOffset.x * formatInfo->elementSize; EmitCs([ cDstImage = std::move(dstImage),