Don't adjust the image path to end in .raw since we're actually making .pngs
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@380 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -85,9 +85,6 @@ public class DirectoryTileSetBundler extends TileSetBundler
|
|||||||
// need to do this so that we can trim it!
|
// need to do this so that we can trim it!
|
||||||
set.setImageProvider(improv);
|
set.setImageProvider(improv);
|
||||||
|
|
||||||
// we're going to trim it, so adjust the path
|
|
||||||
imagePath = adjustImagePath(imagePath);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// create a trimmed object tileset, which will
|
// create a trimmed object tileset, which will
|
||||||
// write the trimmed tileset image to the destination
|
// write the trimmed tileset image to the destination
|
||||||
|
|||||||
Reference in New Issue
Block a user