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:
committed by
Matt Madia
parent
2aef344ad2
commit
baadc350b5
@@ -167,7 +167,7 @@ Halftone::Dither(uchar* destination, const uchar* source, int x, int y,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ASSERT(fGray == &gray);
|
ASSERT(fGray == &ToGray);
|
||||||
}
|
}
|
||||||
|
|
||||||
(this->*fDither)(destination, source, x, y, width);
|
(this->*fDither)(destination, source, x, y, width);
|
||||||
|
|||||||
Reference in New Issue
Block a user