Fix typo
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 May 2006 14:30:58 +0000 (14:30 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 May 2006 14:30:58 +0000 (14:30 +0000)
src/mesa/main/texenvprogram.c

index 63c93c9..b2694ee 100644 (file)
@@ -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 =