mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
s/GLuint */GLvoid */
This commit is contained in:
parent
3fe2af23ef
commit
76692c5ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ _tnl_DrawRangeElements(GLenum mode,
|
|||
"DrawRangeElements with empty vertex elements buffer!");
|
||||
return;
|
||||
}
|
||||
indices = (GLuint *) ctx->Array.ElementArrayBufferObj->Data;
|
||||
indices = (GLvoid *) ctx->Array.ElementArrayBufferObj->Data;
|
||||
}
|
||||
|
||||
/* Check arguments, etc.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue