Allowing raw images to be read from a stream.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@760 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Matt Jensen
2009-01-20 04:34:05 +00:00
parent 6258d6e28e
commit 3934ced69e
@@ -112,7 +112,7 @@ public class NetworkResourceBundle extends ResourceBundle
if (in == null) { if (in == null) {
return null; return null;
} }
return ResourceManager.loadImage(in); return ResourceManager.loadImage(in, useFastIO);
} }
/** /**