use parentheses to avoid warning

This commit is contained in:
Daniel Borca 2004-11-15 08:03:22 +00:00
parent 16e6f05772
commit fd9b30750a
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ _mesa_PopAttrib(void)
stencil->ZFailFunc[face],
stencil->ZPassFunc[face]);
face ^= 1;
} while (face != stencil->ActiveFace ^ 1);
} while (face != (stencil->ActiveFace ^ 1));
}
break;
case GL_TRANSFORM_BIT: