Another fix for IndexOutOfBounds (by ignoring it...)
This commit is contained in:
parent
43a652f15a
commit
43bc625c08
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public class ZoomedTileRenderer {
|
|||
try {
|
||||
zIm = ImageIO.read(zoomFile);
|
||||
} catch (IOException e) {
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
}
|
||||
|
||||
if (zIm == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue