From 17d6fff30c6696b1624e1c019d31f22332c74622 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 19 Sep 2005 21:16:29 +0000 Subject: init a=0 --- src/mesa/main/texcompress_fxt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/texcompress_fxt1.c') 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; -- cgit v1.2.3