mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Fixed a typo in getTemplateShape and added stopPropagaton when clicking enriched buttons (#2074)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
This commit is contained in:
parent
0fbfe388b0
commit
780aaf216c
2 changed files with 10 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ export const renderMeasuredTemplate = async event => {
|
|||
if (!type || !range || !game.canvas.scene) return;
|
||||
|
||||
const shapeData = CONFIG.Canvas.layers.regions.layerClass.getTemplateShape({
|
||||
shapetype: type,
|
||||
shapeType: type,
|
||||
angle,
|
||||
range,
|
||||
direction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue