summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-27 20:26:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-27 20:26:37 +0000
commit81e3955acff2c366f9591bc3010ca0024c968d91 (patch)
tree3782742041ea44b6e00158b0b610782103e97837 /src/mesa/main/texformat.c
parent197c526d63e1d4ea96f29eece392cdc389770b38 (diff)
fixed RGBA/RGB typo
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r--src/mesa/main/texformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
index 78f0df824c8..d24f6833eda 100644
--- a/src/mesa/main/texformat.c
+++ b/src/mesa/main/texformat.c
@@ -1,4 +1,4 @@
-/* $Id: texformat.c,v 1.4 2001/03/27 19:18:02 gareth Exp $ */
+/* $Id: texformat.c,v 1.5 2001/03/27 20:26:37 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -91,7 +91,7 @@ const struct gl_texture_format _mesa_texformat_rgba = {
};
const struct gl_texture_format _mesa_texformat_rgb = {
- MESA_FORMAT_RGBA, /* IntFormat */
+ MESA_FORMAT_RGB, /* IntFormat */
GL_RGB, /* BaseFormat */
CHAN_TYPE, /* BaseType */
CHAN_BITS, /* RedBits */