Issue 2471: fix issue with picking out wrong maximum white for multiple white levels
This commit is contained in:
@@ -244,7 +244,7 @@ skip_block: ;
|
||||
if (this->get_white(c) != this->get_white(0)) {
|
||||
multiple_whites = true;
|
||||
if (this->get_white(c) > largest_white) {
|
||||
largest_white = this->get_white(0);
|
||||
largest_white = this->get_white(c);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user