Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Dec 22, 2022
1 parent f7ef5de commit 1c8ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mappingTool/tokenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class TokenDialog {
size: pawnSize,
color: color,
bgPhoto: this.addPawnImagePaths,
tokenImages: this.addPawnImagePaths,
tokenImages: this.addPawnImagePaths?.length > 0 ? this.addPawnImagePaths : [DEFAULT_TOKEN_PATH_JS_RELATIVE],
tokenIndex: this.selectedTokenImageIndex,
deg: previewPlacementManager.getAngle(),
spawnPoint: e
Expand Down

0 comments on commit 1c8ba69

Please sign in to comment.