mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Fix typo
This commit is contained in:
parent
5ddc53f899
commit
64da16146f
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ make_state_key(GLcontext *ctx)
|
|||
translate_mode(texUnit->_CurrentCombine->ModeA);
|
||||
|
||||
key->unit[i].ScaleShiftRGB = texUnit->_CurrentCombine->ScaleShiftRGB;
|
||||
key->unit[i].ScaleShiftA = texUnit->_CurrentCombine->ScaleShiftRGB;
|
||||
key->unit[i].ScaleShiftA = texUnit->_CurrentCombine->ScaleShiftA;
|
||||
|
||||
for (j=0;j<3;j++) {
|
||||
key->unit[i].OptRGB[j].Operand =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue