From f84ede35a9b4f302c5b98befda7e24225b4642ca Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 28 Nov 2011 07:41:31 -0500 Subject: [PATCH] Extremely minor tweak. --- mojoshader_opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader_opengl.c b/mojoshader_opengl.c index 0364956d..668356f6 100644 --- a/mojoshader_opengl.c +++ b/mojoshader_opengl.c @@ -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)