Fix ASSERT that wasn't altered back in hrev39770, allows debug build to succeed

Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
Urias McCullough
2011-12-27 23:05:56 -05:00
committed by Matt Madia
parent 2aef344ad2
commit baadc350b5
+1 -1
View File
@@ -167,7 +167,7 @@ Halftone::Dither(uchar* destination, const uchar* source, int x, int y,
break;
}
} else {
ASSERT(fGray == &gray);
ASSERT(fGray == &ToGray);
}
(this->*fDither)(destination, source, x, y, width);