Skip to content

Commit

Permalink
Typo related to TevStageIndirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Feb 12, 2021
1 parent 5325d86 commit f9d5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/PixelShaderGen.cpp
Expand Up @@ -1033,7 +1033,7 @@ static void WriteStage(ShaderCode& out, const pixel_shader_uid_data* uid_data, i
}
else if (tevind.bias == IndTexBias::STU)
{
out.Write("\tiindtevcrd{0}.{0} += int3({2}, {2}, {2});\n", n,
out.Write("\tiindtevcrd{0}.{1} += int3({2}, {2}, {2});\n", n,
tev_ind_bias_field[u32(tevind.bias.Value())],
tev_ind_bias_add[u32(tevind.fmt.Value())]);
}
Expand Down

0 comments on commit f9d5564

Please sign in to comment.