build fix: s/Table/TableUB/
This commit is contained in:
parent
63f6802077
commit
2458aba0e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue