This commit is contained in:
Keith Whitwell
2005-01-13 14:52:24 +00:00
parent db19ae89f2
commit edd21a6f72
@@ -237,7 +237,7 @@ viaTexCombineState( viaContextPtr vmesa,
*/
case GL_ADD:
case GL_SUBTRACT:
if ( combine->ModeRGCb == GL_SUBTRACT ) {
if ( combine->ModeRGB == GL_SUBTRACT ) {
op |= HC_HTXnTBLCop_Sub;
}