Fixed typo in Voodoo alpha combine.
This commit is contained in:
parent
2c818c4b1b
commit
226b63d682
1 changed files with 1 additions and 1 deletions
|
|
@ -1741,7 +1741,7 @@ static void voodoo_half_triangle(voodoo_t *voodoo, voodoo_params_t *params, vood
|
|||
src_b -= clocal_b;
|
||||
}
|
||||
|
||||
if (cc_sub_clocal)
|
||||
if (cca_sub_clocal)
|
||||
src_a -= alocal;
|
||||
|
||||
switch (cc_mselect)
|
||||
|
|
|
|||
Loading…
Reference in a new issue