Correct a typo in a variable name (fixes #255)
This commit is contained in:
@@ -18,7 +18,7 @@ export function measureDistances(segments, entity, shape, options = {}) {
|
|||||||
const opts = duplicate(options);
|
const opts = duplicate(options);
|
||||||
if (canvas.grid.diagonalRule === "EUCL") {
|
if (canvas.grid.diagonalRule === "EUCL") {
|
||||||
opts.ignoreGrid = true;
|
opts.ignoreGrid = true;
|
||||||
opts.gridSpaes = false;
|
opts.gridSpaces = false;
|
||||||
}
|
}
|
||||||
if (opts.enableTerrainRuler) {
|
if (opts.enableTerrainRuler) {
|
||||||
opts.gridSpaces = true;
|
opts.gridSpaces = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user