Fix more typos.
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 21 Nov 2006 10:50:01 +0000 (10:50 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 21 Nov 2006 10:50:01 +0000 (10:50 +0000)
src/mesa/main/api_arrayelt.c

index 804700118f2ebbb416d0eb603f4523cf42f6d8f0..f0164a80f6ac4ad52e770dfbcd3f789645cc556f 100644 (file)
@@ -1143,7 +1143,7 @@ static void _ae_update_state( GLcontext *ctx )
                                  [at->array->Size-1]
                                  [TYPE_IDX(at->array->Type)];
          at->index = VERT_ATTRIB_TEX0 + i;
-        check_vbo(actx, aa->array->BufferObj);
+        check_vbo(actx, at->array->BufferObj);
          at++;
       }
    }
@@ -1170,7 +1170,7 @@ static void _ae_update_state( GLcontext *ctx )
                                      [TYPE_IDX(at->array->Type)];
          }
          at->index = i;
-        check_vbo(actx, aa->array->BufferObj);
+        check_vbo(actx, at->array->BufferObj);
          at++;
       }
    }