fix a typo

This commit is contained in:
Alan Hourihane 2005-01-11 18:43:21 +00:00
parent 3bd6e3d532
commit 5b28844dba

View file

@ -1619,7 +1619,7 @@ void viaValidateState( GLcontext *ctx )
*/ */
#if 0 #if 0
/* Disabling now, as the main problem was that the alpha reference /* Disabling now, as the main problem was that the alpha reference
* value was calculated incorrectly, it's now fixed. * value was calculated incorrectly, it's now fixed. */
if (vmesa->viaScreen->deviceID == VIA_CLE266) { if (vmesa->viaScreen->deviceID == VIA_CLE266) {
GLboolean fallback = (ctx->Color.AlphaEnabled && GLboolean fallback = (ctx->Color.AlphaEnabled &&
ctx->Color.AlphaFunc != GL_ALWAYS && ctx->Color.AlphaFunc != GL_ALWAYS &&