summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mesa/tnl/t_array_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_array_api.c b/src/mesa/tnl/t_array_api.c
index 4f6cb7e..b0228b7 100644
--- a/src/mesa/tnl/t_array_api.c
+++ b/src/mesa/tnl/t_array_api.c
@@ -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.