More work on parsing scene XML files.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@120 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-24 22:52:02 +00:00
parent 0be5c2f654
commit 15bb149600
5 changed files with 269 additions and 20 deletions
@@ -1,5 +1,5 @@
//
// $Id: XMLTileSetParser.java,v 1.6 2001/07/23 22:31:48 shaper Exp $
// $Id: XMLTileSetParser.java,v 1.7 2001/07/24 22:52:02 shaper Exp $
package com.threerings.miso.tile;
@@ -84,7 +84,6 @@ public class XMLTileSetParser extends DefaultHandler
}
// read all tileset descriptions from the XML input stream
XMLTileSetParser parser = new XMLTileSetParser();
XMLUtil.parse(this, tis);
return _tilesets;