Truth in commenting: don't claim we can't trim something and then immediately turn around and trim it.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@390 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2008-01-10 19:27:49 +00:00
parent 7ef9682355
commit 9458c0704a
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@ public class DirectoryTileSetBundler extends TileSetBundler
continue;
}
// if this is an object tileset, we can't trim it!
// if this is an object tileset, trim it
if (set instanceof ObjectTileSet) {
// set the tileset up with an image provider; we
// need to do this so that we can trim it!
@@ -378,7 +378,7 @@ public class TileSetBundler
continue;
}
// if this is an object tileset, we can't trim it!
// if this is an object tileset, trim it
if (set instanceof ObjectTileSet) {
// set the tileset up with an image provider; we
// need to do this so that we can trim it!