Fixed IndexOutOfBoundsException (sortof?)
This commit is contained in:
parent
649edfdc2d
commit
43a652f15a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ public class ZoomedTileRenderer {
|
|||
try {
|
||||
image = ImageIO.read(originalTile.file);
|
||||
} catch (IOException e) {
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
}
|
||||
|
||||
if (image == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue