Skip to content

Commit

Permalink
perspective: fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jul 27, 2018
1 parent cca977f commit 045146b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public static Polygon getCanvasTileAreaPoly(@Nonnull Client client, @Nonnull Loc
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;
Expand Down

0 comments on commit 045146b

Please sign in to comment.