diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.c | 2 |
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; |