Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Continuation of the previous commit. I missed a integer.
  • Loading branch information
Sonicadvance1 committed Jul 21, 2013
1 parent 6194234 commit 83a79c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/Src/TextureConversionShader.cpp
Expand Up @@ -246,7 +246,7 @@ void WriteSampleColor(char*& p, const char* colorComp, const char* dest, API_TYP
else
texSampleIncrementUnit = I_COLORS"[0].x";

WRITE(p, " %s = %s(samp0, sampleUv + float2(%d.0f * (%s), 0)).%s;\n",
WRITE(p, " %s = %s(samp0, sampleUv + float2(%d.0f * (%s), 0.0f)).%s;\n",
dest, texSampleOpName, s_incrementSampleXCount, texSampleIncrementUnit, colorComp);
}

Expand Down

0 comments on commit 83a79c2

Please sign in to comment.