Added and commented out debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2110 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2003-01-12 01:19:58 +00:00
parent 3bf267fc26
commit 4956ed66ae
@@ -1,5 +1,5 @@
//
// $Id: TrimmedObjectTileSet.java,v 1.1 2002/06/21 18:53:13 mdb Exp $
// $Id: TrimmedObjectTileSet.java,v 1.2 2003/01/12 01:19:58 shaper Exp $
package com.threerings.media.tile;
@@ -69,6 +69,9 @@ public class TrimmedObjectTileSet extends TileSet
tset.setName(source.getName());
int tcount = source.getTileCount();
// System.out.println("Trimming object tile set " +
// "[source=" + source + "].");
// create our metrics arrays
tset._bounds = new Rectangle[tcount];
tset._ometrics = new Rectangle[tcount];