TileImage: refactor: eliminate drawWithTimeTo()
having a context (such as time) may come back in the future, but for now it seems better to not do this.
This commit is contained in:
parent
9e1f735b3f
commit
7592117306
3 changed files with 16 additions and 26 deletions
|
@ -112,7 +112,7 @@ public class MakeTiles
|
|||
}
|
||||
|
||||
@Override
|
||||
public void drawWithTimeTo(Graphics2D gr, int time, int destX, int destY, int srcX, int srcY) { throw new Error("not implemented"); }
|
||||
public void drawTo(Graphics2D gr, int destX, int destY, int srcX, int srcY) { throw new UnsupportedOperationException(); }
|
||||
}
|
||||
|
||||
static class Composer
|
||||
|
|
Reference in a new issue