TileImage: refactor: s/readTileImage/readTileImageM

this method is called in the context of the parent tag;
it reads all <image> tags that are children of the current tag
and only returns one of them
This commit is contained in:
Jason Long 2014-08-14 11:52:58 -04:00
parent 030abc4512
commit 55f054a63e
2 changed files with 8 additions and 4 deletions

View file

@ -100,7 +100,7 @@ public class TileImages
}
String tileName = in.getAttributeValue(null, "name");
TileImage img = readTileImage(in, ctx);
TileImage img = readTileImageM(in, ctx);
assert tileName != null;
assert img != null;