Skip to content

Commit

Permalink
Minor tweak on setting token facing on non-rotated token for calculat…
Browse files Browse the repository at this point in the history
…ing bounds
  • Loading branch information
bubblobill committed Oct 2, 2024
1 parent 1c6e536 commit 0399b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2601,7 +2601,7 @@ protected void renderTokens(
* non-rotated token bounds to avoid odd size changes
*/
Token tmpToken = new Token(token);
tmpToken.setFacing(null);
tmpToken.setFacing(270);
Rectangle tmpBounds = tmpToken.getBounds(this.zone);

// Unless it is isometric, make it square to avoid distortion
Expand Down

0 comments on commit 0399b5b

Please sign in to comment.