Skip to content
Permalink
Browse files
Merge pull request #6827 from ScoreUnder/syntaxfix
Remove stray quote sign
  • Loading branch information
spycrab committed May 12, 2018
2 parents e782359 + 70b00f2 commit 22ceecc
Showing 1 changed file with 1 addition and 1 deletion.
@@ -150,7 +150,7 @@ void main(void) {
gl_FragDepth = %s_z;
})GLSL";

constexpr const char* GLSL_EFB_POKE_GEOMETRY_GS = R"GLSL("
constexpr const char* GLSL_EFB_POKE_GEOMETRY_GS = R"GLSL(
layout(points) in;
layout(points, max_vertices = %d) out;
in vec4 v_c[1];

0 comments on commit 22ceecc

Please sign in to comment.