mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
remove some parenthesis
This commit is contained in:
parent
ff917003f6
commit
e713c21bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ static void build_texture_transform( struct tnl_program *p )
|
|||
|
||||
for (i = 0; i < MAX_TEXTURE_UNITS; i++) {
|
||||
|
||||
if (!(p->state->fragprog_inputs_read & (FRAG_BIT_TEX(i))))
|
||||
if (!(p->state->fragprog_inputs_read & FRAG_BIT_TEX(i)))
|
||||
continue;
|
||||
|
||||
if (p->state->unit[i].texgen_enabled ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue