diff options
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 23926410b34..bf216312b83 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -430,6 +430,7 @@ _mesa_update_state_locked( struct gl_context *ctx ) new_state = ctx->NewState | new_prog_state; ctx->NewState = 0; ctx->Driver.UpdateState(ctx, new_state); + ctx->Array.ArrayObj->NewArrays = 0x0; } |