rename Tile.TILE_SIZE to Tile.SIZE, while I'm at refactoring

This commit is contained in:
Hannes Janetzek
2013-04-07 15:59:57 +02:00
parent 8e01dce85e
commit 491e41becc
27 changed files with 80 additions and 80 deletions

View File

@@ -74,7 +74,7 @@ public final class LineLayer extends Layer {
float x, y, nextX, nextY;
float a, ux, uy, vx, vy, wx, wy;
int tmax = Tile.TILE_SIZE + 4;
int tmax = Tile.SIZE + 4;
int tmin = -4;
boolean rounded = false;