Skip to content

Commit

Permalink
Fixed cut-and-paste error (thanks, Nicholas!).
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 2, 2008
1 parent 25d5a9f commit 62f3942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -987,7 +987,7 @@ MOJOSHADER_glProgram *MOJOSHADER_glLinkProgram(MOJOSHADER_glShader *vshader,
consts = pshader->parseData->constant_count;

lookup_uniforms(retval, pshader);
lookup_samplers(retval, vshader);
lookup_samplers(retval, pshader);
pshader->refcount++;
} // if

Expand Down

0 comments on commit 62f3942

Please sign in to comment.