s/GL_FALSE/0x0/

This commit is contained in:
Brian Paul 2006-10-13 15:10:55 +00:00
parent 6b998c5584
commit bf8647a58b

View file

@ -808,7 +808,7 @@ _mesa_GetColorTable( GLenum target, GLenum format,
}
_mesa_pack_rgba_span_float(ctx, table->Size, (const GLfloat (*)[4]) rgba,
format, type, data, &ctx->Pack, GL_FALSE);
format, type, data, &ctx->Pack, 0x0);
if (ctx->Pack.BufferObj->Name) {
ctx->Driver.UnmapBuffer(ctx, GL_PIXEL_PACK_BUFFER_EXT,