Bollocks! I forgot that using the memory cache with the ImageIO stuff

somehow borks the zip decompressor and all hell breaks loose. What a PITA.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@772 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-13 07:31:53 +00:00
parent 60eddd8f85
commit 2c1e5c1ba5
@@ -1,5 +1,5 @@
//
// $Id: ImageIOLoader.java,v 1.3 2001/12/13 05:14:53 mdb Exp $
// $Id: ImageIOLoader.java,v 1.4 2001/12/13 07:31:53 mdb Exp $
package com.threerings.media;
@@ -19,7 +19,7 @@ public class ImageIOLoader implements ImageLoader
{
// we need to reference ImageIO in the constructor to force the
// classloader to attempt to load the ImageIO classes
ImageIO.setUseCache(false);
ImageIO.setUseCache(true);
}
// documentation inherited