mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
mesa: fix error message text
This commit is contained in:
parent
7b8830d81d
commit
95368f25c1
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ _mesa_DisableVertexAttribArrayARB(GLuint index)
|
|||
|
||||
if (index >= ctx->Const.VertexProgram.MaxAttribs) {
|
||||
_mesa_error(ctx, GL_INVALID_VALUE,
|
||||
"glEnableVertexAttribArrayARB(index)");
|
||||
"glDisableVertexAttribArrayARB(index)");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue