Skip to content

Commit

Permalink
Fixed cut-and-paste error.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed May 29, 2008
1 parent a224d85 commit d4587d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -998,7 +998,7 @@ static void impl_ARB1_UseProgramObject(MOJOSHADER_glProgram *program)
} // if

ctx->glBindProgramARB(GL_VERTEX_PROGRAM_ARB, vhandle);
ctx->glBindProgramARB(GL_FRAGMENT_PROGRAM_ARB, vhandle);
ctx->glBindProgramARB(GL_FRAGMENT_PROGRAM_ARB, phandle);
} // impl_GLSL_UseProgramObject


Expand Down

0 comments on commit d4587d9

Please sign in to comment.