diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp index c0b0f55853c..fc6cec5d5fa 100644 --- a/src/d3d9/d3d9_device.cpp +++ b/src/d3d9/d3d9_device.cpp @@ -4812,8 +4812,6 @@ namespace dxvk { if (texInfo == pResource) { m_activeTexturesToUpload |= 1 << i; - // We can early out here, no need to add another index for this. - break; } } }