init a=0
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 21:16:29 +0000 (21:16 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Sep 2005 21:16:29 +0000 (21:16 +0000)
src/mesa/main/texcompress_fxt1.c

index 5fc41fa..aa56d9c 100644 (file)
@@ -1657,7 +1657,7 @@ fxt1_decode_1ALPHA (const GLubyte *code, GLint t, GLchan *rgba)
 
       if (t == 3) {
          /* zero */
-         r = g = b = 0;
+         r = g = b = a = 0;
       } else {
          GLuint kk;
          cc = (const GLuint *)code;