diff --git a/Source/Core/VideoCommon/UberShaderPixel.cpp b/Source/Core/VideoCommon/UberShaderPixel.cpp index 4eb41fa94e..203a377e7b 100644 --- a/Source/Core/VideoCommon/UberShaderPixel.cpp +++ b/Source/Core/VideoCommon/UberShaderPixel.cpp @@ -399,9 +399,7 @@ ShaderCode GenPixelShader(APIType api_type, const ShaderHostConfig& host_config, " D = D << scale;\n" " }}\n" "\n" - " // TODO: Is this rounding bias still added when the scale is divide by 2? " - "Currently we " - "do not apply it.\n" + " // This rounding bias is not added when the scale is divide by 2\n" " if (scale != 3u)\n" " lerp = lerp + (op ? 127 : 128);\n" "\n"