Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Dec 14, 2024
1 parent 843dd0b commit dfa7730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Release Notes for Github
id: set-release-notes-github
run: |
echo "- Update module.json for 5e 4.1.2 compat" >> release_notes.txt
echo "- Update cone angles to use set foundry config value" >> release_notes.txt
echo "release-notes-github<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion scripts/templatePreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async function previewTemplate(templateType, dialog, walledTemplateFlags) {
t: actualTemplateType,
user: game.user.id,
direction: 0,
angle: templateType === "cone" ? 53.13 : templateType === "rect" ? 90 : 0,
angle: templateType === "cone" ? CONFIG.MeasuredTemplate.defaults.angle : templateType === "rect" ? 90 : 0,
distance: size,
borderColor: "#FF0000",
fillAlpha: 0.5,
Expand Down

0 comments on commit dfa7730

Please sign in to comment.