mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c

This commit is contained in:
Brian Paul 2013-07-08 10:00:01 -06:00
parent 721f47227e
commit 5b0fbf1b0b
1 changed files with 1 additions and 1 deletions

View File

@ -4143,7 +4143,7 @@ _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims,
const GLubyte *src;
const gl_format texFormat = texImage->TexFormat;
GLuint bw, bh;
GLuint slice;
GLint slice;
if (dims == 1) {
_mesa_problem(ctx, "Unexpected 1D compressed texsubimage call");