Correct more out of bounds problems

This commit is contained in:
Joshua Sigona 2021-02-28 04:56:09 +09:00
parent 25cb62a461
commit 5f5a832770
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -215,8 +215,8 @@ public class App
drawData(g,leaderboard5, 20, (i+105)*26, 130, (i+105)*26+24, cropPoints3[i].x+351, cropPoints3[i].y+34, cropPoints3[i].x+481, cropPoints3[i].y+58, null);
}
ImageIO.write(cropped1,"png",new File("testing_leaderboardnames.png"));
} catch (IOException e) {
e.printStackTrace();
} catch (Exception e) {
System.out.println(e.getMessage());
}
list[0].delete();
list[1].delete();

Binary file not shown.