Browse Source

s/GLuint */GLvoid */

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
76692c5ce2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/tnl/t_array_api.c

+ 1
- 1
src/mesa/tnl/t_array_api.c 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.

Loading…
Cancel
Save