Updated to reflect changes to resource manager.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1596 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-07-19 20:13:30 +00:00
parent 9f641c5796
commit ef41daa34f
8 changed files with 22 additions and 22 deletions
@@ -1,5 +1,5 @@
//
// $Id: DumpBundle.java,v 1.6 2002/02/05 20:29:09 mdb Exp $
// $Id: DumpBundle.java,v 1.7 2002/07/19 20:13:04 shaper Exp $
package com.threerings.media.tile.bundle.tools;
@@ -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("rsrc", null, null);
ResourceManager rmgr = new ResourceManager("rsrc");
ImageManager imgr = new ImageManager(rmgr, null);
for (int i = 0; i < args.length; i++) {