s/GLuint */GLvoid */

This commit is contained in:
Brian Paul 2003-10-23 12:19:10 +00:00
parent 3fe2af23ef
commit 76692c5ce2

View file

@ -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.