mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 00:40:32 +01:00
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
Reference in a new issue