mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
fix to allow Launcher to start client - also slightly improves performance
This commit is contained in:
parent
5ccc1c91ae
commit
9e28fa9b0c
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ public class ImageHelper {
|
|||
}
|
||||
|
||||
try {
|
||||
ImageIO.setUseCache(false);
|
||||
BufferedImage image = ImageIO.read(stream);
|
||||
return image;
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue