diff options
author | Keith Whitwell <[email protected]> | 2005-01-13 14:52:24 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-13 14:52:24 +0000 |
commit | edd21a6f72d91fa4e50f9e9002619bac9ccb511d (patch) | |
tree | 6f46a448a169fdf69f84f149b3313cc27a41888f /src/mesa/drivers/dri/unichrome | |
parent | db19ae89f293282711dd7e1e77b844b4aa6d8ed9 (diff) |
Typo
Diffstat (limited to 'src/mesa/drivers/dri/unichrome')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_texcombine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_texcombine.c b/src/mesa/drivers/dri/unichrome/via_texcombine.c index ccdde9709fc..b0afb57364e 100644 --- a/src/mesa/drivers/dri/unichrome/via_texcombine.c +++ b/src/mesa/drivers/dri/unichrome/via_texcombine.c @@ -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; } |