mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Fix typo causing secondary color not to work properly.
This commit is contained in:
parent
40ca5b455f
commit
f31448f3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1359,7 +1359,7 @@ static void build_tnl_program( struct tnl_program *p )
|
|||
emit_passthrough(p, VERT_ATTRIB_COLOR0, VERT_RESULT_COL0);
|
||||
|
||||
if (p->state->fragprog_inputs_read & FRAG_BIT_COL1)
|
||||
emit_passthrough(p, VERT_ATTRIB_COLOR0, VERT_RESULT_COL1);
|
||||
emit_passthrough(p, VERT_ATTRIB_COLOR1, VERT_RESULT_COL1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue