[MESA]
[reactos.git] / reactos / dll / opengl / mesa / src / mesa / vbo / vbo_exec.c
index 05c3ec1..472cf88 100644 (file)
@@ -85,7 +85,7 @@ void vbo_exec_invalidate_state( struct gl_context *ctx, GLuint new_state )
 {
    struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
 
-   if (new_state & (_NEW_PROGRAM|_NEW_EVAL))
+   if (new_state & _NEW_EVAL)
       exec->eval.recalculate_maps = 1;
 
    _ae_invalidate_state(ctx, new_state);