main: fix ES compile breakage

This commit is contained in:
Brian Paul 2012-08-24 06:40:06 -06:00
parent 4fec5e9154
commit 388af5b6f4

View file

@ -2926,7 +2926,7 @@ teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims,
case GL_PALETTE8_RGBA4_OES:
case GL_PALETTE8_RGB5_A1_OES:
_mesa_cpal_compressed_teximage2d(target, level, internalFormat,
width, height, imageSize, data);
width, height, imageSize, pixels);
return;
}
}