diff options
author | Daniel Borca <[email protected]> | 2004-03-29 06:51:41 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-03-29 06:51:41 +0000 |
commit | 71c7c1feb6ed3453d1f3238ffefa8f7827ad2c8a (patch) | |
tree | 3de79ba26827900ff775689913e6e0bc8a035745 /src/mesa/drivers/glide/fxvb.c | |
parent | 238693544cc77c53395b8cdade0c5df3b844aaa7 (diff) |
code cleanup heheh
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r-- | src/mesa/drivers/glide/fxvb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index 7a275ad1c9f..ac2574a6b5b 100644 --- a/src/mesa/drivers/glide/fxvb.c +++ b/src/mesa/drivers/glide/fxvb.c @@ -481,9 +481,8 @@ void fxBuildVertices( GLcontext *ctx, GLuint start, GLuint count, if (newinputs & VERT_BIT_COLOR0) ind |= SETUP_RGBA; - if (newinputs & VERT_BIT_COLOR1) { + if (newinputs & VERT_BIT_COLOR1) ind |= SETUP_SPEC; - } if (newinputs & VERT_BIT_TEX0) ind |= SETUP_TMU0; |