setSnapParameterOnOptions was still using the old parameters here (fixes #102)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export class DragRulerRuler extends Ruler {
|
|||||||
return await super.moveToken(event);
|
return await super.moveToken(event);
|
||||||
|
|
||||||
let options = {};
|
let options = {};
|
||||||
setSnapParameterOnOptions(this, event, options);
|
setSnapParameterOnOptions(this, options);
|
||||||
|
|
||||||
if (!game.settings.get(settingsKey, "swapSpacebarRightClick")) {
|
if (!game.settings.get(settingsKey, "swapSpacebarRightClick")) {
|
||||||
this.dragRulerAddWaypoint(this.destination, options);
|
this.dragRulerAddWaypoint(this.destination, options);
|
||||||
|
|||||||
Reference in New Issue
Block a user