undo a debugging hack

This commit is contained in:
Brian Paul 2006-03-19 16:50:08 +00:00
parent 6e5da1a860
commit ec36d5b537

View file

@ -414,7 +414,7 @@ static void intelClear(GLcontext *ctx,
/* HW color buffers (front, back, aux, generic FBO, etc) */
if (0/**colorMask == ~0**/) {
if (colorMask == ~0) {
/* clear all R,G,B,A */
blit_mask |= (mask & BUFFER_BITS_COLOR);
}