build fix: s/Table/TableUB/

This commit is contained in:
Brian Paul 2006-10-14 20:28:36 +00:00
parent 63f6802077
commit 2458aba0e9

View file

@ -670,7 +670,7 @@ tdfxUpdateTexturePalette(GLcontext * ctx, struct gl_texture_object *tObj)
tdfxTexInfo *ti;
/* This might be a proxy texture. */
if (!tObj->Palette.Table)
if (!tObj->Palette.TableUB)
return;
if (!tObj->DriverData)