Skip to content

Commit

Permalink
Extremely minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 28, 2011
1 parent d3000aa commit f84ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -1681,7 +1681,7 @@ static void update_enabled_arrays(void)
ctx->glEnableVertexAttribArray(i);
else
ctx->glDisableVertexAttribArray(i);
ctx->have_attr[i] = ctx->want_attr[i];
ctx->have_attr[i] = want;
} // if

if (want)
Expand Down

0 comments on commit f84ede3

Please sign in to comment.