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:
@@ -79,7 +79,7 @@ public class DirectoryTileSetBundler extends TileSetBundler
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if this is an object tileset, we can't trim it!
|
// if this is an object tileset, trim it
|
||||||
if (set instanceof ObjectTileSet) {
|
if (set instanceof ObjectTileSet) {
|
||||||
// set the tileset up with an image provider; we
|
// set the tileset up with an image provider; we
|
||||||
// need to do this so that we can trim it!
|
// need to do this so that we can trim it!
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ public class TileSetBundler
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if this is an object tileset, we can't trim it!
|
// if this is an object tileset, trim it
|
||||||
if (set instanceof ObjectTileSet) {
|
if (set instanceof ObjectTileSet) {
|
||||||
// set the tileset up with an image provider; we
|
// set the tileset up with an image provider; we
|
||||||
// need to do this so that we can trim it!
|
// need to do this so that we can trim it!
|
||||||
|
|||||||
Reference in New Issue
Block a user