mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 23:00:21 -04:00
VideoCommon: Fix some warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user