summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-19 21:16:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-19 21:16:29 +0000
commit17d6fff30c6696b1624e1c019d31f22332c74622 (patch)
tree617e66dbae5dbee2739149896033990f443d5b24 /src/mesa/main/texcompress_fxt1.c
parentc650bb0b7d2f8b1c9823001ab2012c4cbecfbc6c (diff)
init a=0
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index 5fc41fa6bc..aa56d9c91a 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -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;