Browse Source

fixed RBGA ifdef typo

tags/mesa_3_5
Brian Paul 24 years ago
parent
commit
ca8c6a0337
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/common/t_dd_vertex.h

+ 1
- 1
src/mesa/drivers/common/t_dd_vertex.h View File

@@ -25,7 +25,7 @@
* Keith Whitwell <keithw@valinux.com>
*/

#if (COLOR_IS_RBGA)
#ifdef COLOR_IS_RGBA
typedef struct {
GLubyte red;
GLubyte green;

Loading…
Cancel
Save