diff options
author | nathanh <nathanh> | 2001-01-08 16:21:33 +0000 |
---|---|---|
committer | nathanh <nathanh> | 2001-01-08 16:21:33 +0000 |
commit | 7af30f12574da3401f5edec89a51504e3fc3a082 (patch) | |
tree | 8ee363cf298930f7a52ff2320a43dd86e277377f /xc/extras/Mesa/src/shade_tmp.h | |
parent | 58a7f55466fde1831eae5cdf235a8880f45c6543 (diff) |
Merged tdfx-3-0-0tdfx-3-0-0-20010109-merge
Diffstat (limited to 'xc/extras/Mesa/src/shade_tmp.h')
-rw-r--r-- | xc/extras/Mesa/src/shade_tmp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/shade_tmp.h b/xc/extras/Mesa/src/shade_tmp.h index 53fe2b368..3de4182be 100644 --- a/xc/extras/Mesa/src/shade_tmp.h +++ b/xc/extras/Mesa/src/shade_tmp.h @@ -629,9 +629,6 @@ static void TAG(shade_fast_rgba)( struct vertex_buffer *VB ) if ( flags[j] & VERT_MATERIAL ) gl_update_material( ctx, new_material[j], new_material_mask[j] ); - COPY_3V(base[0], ctx->Light.BaseColor[0]); - if (NR_SIDES == 2) COPY_3V(base[1], ctx->Light.BaseColor[1]); - interesting = cm_flags | VERT_MATERIAL | VERT_END_VB | VERT_NORM; VB->ColorPtr = VB->LitColor[0]; VB->Color[0] = VB->LitColor[0]; |