mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
Fixed bug in progress reporting.
This commit is contained in:
parent
2a5736bea1
commit
072e655b03
@ -300,11 +300,6 @@ public final class PCXImageReader extends ImageReaderBase {
|
||||
return destination;
|
||||
}
|
||||
|
||||
protected void processImageProgress(float percentageDone) {
|
||||
// System.err.println("percentageDone: " + percentageDone);
|
||||
super.processImageProgress(percentageDone);
|
||||
}
|
||||
|
||||
private void readRowByte(final DataInput input,
|
||||
Rectangle srcRegion,
|
||||
int xSub,
|
||||
|
Loading…
x
Reference in New Issue
Block a user