TileImages: refactor: ren SourceImage to ScaledSourceImage
to allow a non-scaled version soon
This commit is contained in:
parent
55f054a63e
commit
4ec67e92fa
2 changed files with 13 additions and 4 deletions
|
@ -451,7 +451,7 @@ public class MakeTiles
|
|||
throws IOException
|
||||
{
|
||||
BufferedImage bi = ImageIO.read(pngFile);
|
||||
return new SourceImage(
|
||||
return new ScaledSourceImage(
|
||||
bi,
|
||||
basisSize,
|
||||
TILE_SIZE);
|
||||
|
|
Reference in a new issue