Merge pull request #9429 from abextm/imageio-cache
runelite-client: Don't write all images to disk when loading them
This commit is contained in:
@@ -52,6 +52,11 @@ import net.runelite.api.SpritePixels;
|
||||
@Slf4j
|
||||
public class ImageUtil
|
||||
{
|
||||
static
|
||||
{
|
||||
ImageIO.setUseCache(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a {@link BufferedImage} from an {@link Image}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user