VideoCommon: Fix some warnings.

This commit is contained in:
Scott Mansell
2016-06-26 23:01:02 +12:00
parent b16333a25c
commit d958388617
7 changed files with 216 additions and 202 deletions

View File

@ -182,7 +182,7 @@ ShaderCode GenerateGeometryShaderCode(API_TYPE ApiType, const geometry_shader_ui
}
else
{
out.Write("\tVS_OUTPUT center = o[0];\n", uid_data->numTexGens, uid_data->pixel_lighting);
out.Write("\tVS_OUTPUT center = o[0];\n");
}
// Offset from center to upper right vertex