updated to reflect new home of ImageIOLoader
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2102 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ImageManager.java,v 1.33 2003/01/08 04:09:02 mdb Exp $
|
// $Id: ImageManager.java,v 1.34 2003/01/08 05:17:35 ray Exp $
|
||||||
|
|
||||||
package com.threerings.media.image;
|
package com.threerings.media.image;
|
||||||
|
|
||||||
@@ -309,7 +309,7 @@ public class ImageManager
|
|||||||
* to use but fallback from if we're not running a JVM that has
|
* to use but fallback from if we're not running a JVM that has
|
||||||
* ImageIO support. */
|
* ImageIO support. */
|
||||||
protected static final String IMAGEIO_LOADER =
|
protected static final String IMAGEIO_LOADER =
|
||||||
"com.threerings.media.ImageIOLoader";
|
"com.threerings.media.image.ImageIOLoader";
|
||||||
|
|
||||||
/** The maximum number of images that may be cached at any one time. */
|
/** The maximum number of images that may be cached at any one time. */
|
||||||
protected static final int IMAGE_CACHE_SIZE = 30;
|
protected static final int IMAGE_CACHE_SIZE = 30;
|
||||||
|
|||||||
Reference in New Issue
Block a user