mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 21:40:22 +01:00
Fix more typos.
This commit is contained in:
parent
46c04525d2
commit
64920ed10a
1 changed files with 2 additions and 2 deletions
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue