From aed8a96ef22f29b29315c14af6e2148bb9e2bbda Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 30 Mar 2000 18:37:32 +0000 Subject: fixed typos in generate_lookup_tables() --- src/mesa/main/texutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index c3fca545f8..67805c8d71 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -1281,7 +1281,7 @@ generate_lookup_tables(void) A4R4G4B4toRed[i] = r; A4R4G4B4toGreen[i] = g; A4R4G4B4toBlue[i] = b; - A4R4G4B4toAlpha[i] = b; + A4R4G4B4toAlpha[i] = a; } for (i = 0; i <= 0xffff; i++) { @@ -1296,7 +1296,7 @@ generate_lookup_tables(void) A1R5G5B5toRed[i] = r; A1R5G5B5toGreen[i] = g; A1R5G5B5toBlue[i] = b; - A1R5G5B5toAlpha[i] = b; + A1R5G5B5toAlpha[i] = a; } } -- cgit v1.2.3