From ce1649d79b6b0c94ee6d0319a093c55603cb0217 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 13 Dec 2007 19:17:42 +0000 Subject: [PATCH] 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 --- .../media/tile/bundle/tools/DirectoryTileSetBundler.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/java/com/threerings/media/tile/bundle/tools/DirectoryTileSetBundler.java b/src/java/com/threerings/media/tile/bundle/tools/DirectoryTileSetBundler.java index 06affa6b..60ca877b 100644 --- a/src/java/com/threerings/media/tile/bundle/tools/DirectoryTileSetBundler.java +++ b/src/java/com/threerings/media/tile/bundle/tools/DirectoryTileSetBundler.java @@ -85,9 +85,6 @@ public class DirectoryTileSetBundler extends TileSetBundler // need to do this so that we can trim it! set.setImageProvider(improv); - // we're going to trim it, so adjust the path - imagePath = adjustImagePath(imagePath); - try { // create a trimmed object tileset, which will // write the trimmed tileset image to the destination