perspective: fix checkstyle

This commit is contained in:
Adam
2018-07-27 17:50:45 -04:00
parent cca977f784
commit 045146b122

View File

@@ -317,7 +317,7 @@ public class Perspective
final int swY = localLocation.getY() - (size * LOCAL_TILE_SIZE / 2);
final int neX = localLocation.getX() + (size * LOCAL_TILE_SIZE / 2);
final int neY = localLocation.getY() + (size * LOCAL_TILE_SIZE/2);
final int neY = localLocation.getY() + (size * LOCAL_TILE_SIZE / 2);
final int seX = swX;
final int seY = neY;