From: Keith Whitwell Date: Mon, 22 May 2006 14:30:58 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64da16146fed68605f83ccf3b64075c0d5b6f052;p=mesa.git Fix typo --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 63c93c96fcd..b2694eebb94 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -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 =