Construct resource manager according to new method.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@866 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-01-16 03:01:45 +00:00
parent 18e5f823ba
commit b9f77beded
@@ -1,5 +1,5 @@
//
// $Id: DumpBundle.java,v 1.4 2001/12/07 01:33:29 mdb Exp $
// $Id: DumpBundle.java,v 1.5 2002/01/16 03:01:45 mdb Exp $
package com.threerings.media.tools.tile.bundle;
@@ -33,7 +33,7 @@ public class DumpBundle
// create a resource and image manager in case they want to dump
// the tiles
ResourceManager rmgr = new ResourceManager(null, "rsrc");
ResourceManager rmgr = new ResourceManager("rsrc", null, null);
ImageManager imgr = new ImageManager(rmgr, null);
for (int i = 0; i < args.length; i++) {