Skip to content

Commit

Permalink
Merge pull request #4079 from kwvanderlinde/bugfix/4077-hex-highlight…
Browse files Browse the repository at this point in the history
…-used-instead-of-iso-highlight

Fix path for Images.GRID_BORDER_ISOMETRIC
  • Loading branch information
cwisniew authored May 21, 2023
2 parents ef04166 + 955a88b commit a9e5290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public class RessourceManager {
put(Images.DECORATION_RPTOK, IMAGE_DIR + "rptokIcon.png");
put(Images.EMPTY, IMAGE_DIR + "empty.png");
put(Images.GRID_BORDER_HEX, IMAGE_DIR + "hexBorder.png");
put(Images.GRID_BORDER_ISOMETRIC, IMAGE_DIR + "hexBorder.png");
put(Images.GRID_BORDER_ISOMETRIC, IMAGE_DIR + "isoBorder.png");
put(Images.GRID_BORDER_SQUARE, IMAGE_DIR + "whiteBorder.png");
put(Images.GRID_BORDER_SQUARE_RED, IMAGE_DIR + "grid-square-red.png");
put(Images.HEROLABS_PORTRAIT, IMAGE_DIR + "powered_by_hero_lab_small.png");
Expand Down

0 comments on commit a9e5290

Please sign in to comment.