fix to allow Launcher to start client - also slightly improves performance

This commit is contained in:
betasteward 2014-10-14 13:58:52 -04:00
parent 5ccc1c91ae
commit 9e28fa9b0c

View file

@ -237,6 +237,7 @@ public class ImageHelper {
}
try {
ImageIO.setUseCache(false);
BufferedImage image = ImageIO.read(stream);
return image;
} catch (IOException e) {