Fixed IndexOutOfBoundsException (sortof?)

This commit is contained in:
FrozenCow 2011-03-28 18:32:29 +02:00
parent 649edfdc2d
commit 43a652f15a

View File

@ -24,6 +24,7 @@ public class ZoomedTileRenderer {
try {
image = ImageIO.read(originalTile.file);
} catch (IOException e) {
} catch (IndexOutOfBoundsException e) {
}
if (image == null) {