Another fix for IndexOutOfBounds (by ignoring it...)

This commit is contained in:
FrozenCow 2011-03-29 00:59:10 +02:00
parent 43a652f15a
commit 43bc625c08

View File

@ -37,6 +37,7 @@ public class ZoomedTileRenderer {
try {
zIm = ImageIO.read(zoomFile);
} catch (IOException e) {
} catch (IndexOutOfBoundsException e) {
}
if (zIm == null) {