build fix: s/Table/TableUB/
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 14 Oct 2006 20:28:36 +0000 (20:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 14 Oct 2006 20:28:36 +0000 (20:28 +0000)
src/mesa/drivers/dri/tdfx/tdfx_tex.c

index aefd1dd5513ab2ff4fee8c9ff02c3bddf4537085..3e6011a2ac152013e5543c47f491cf7e118d9de9 100644 (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)