Skip to content

Commit

Permalink
Copypaste typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Apr 23, 2019
1 parent 522df29 commit 8977654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -1916,7 +1916,7 @@ MOJOSHADER_glProgram *MOJOSHADER_glLinkProgram(MOJOSHADER_glShader *vshader,
if (!lookup_uniforms(retval, vshader, &bound))
goto link_program_fail;
lookup_samplers(retval, vshader, &bound);
lookup_outputs(retval, pshader);
lookup_outputs(retval, vshader);
vshader->refcount++;
} // if

Expand Down

0 comments on commit 8977654

Please sign in to comment.