diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/texstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index caad77a1cc2..269e29194d6 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -349,7 +349,7 @@ _mesa_ClientActiveTexture(GLenum texture) return; } - FLUSH_VERTICES(ctx, _NEW_ARRAY); + /* Don't flush vertices. This is a "latched" state. */ ctx->Array.ActiveTexture = texUnit; } |