diff --git a/mibpov.js b/mibpov.js index 45faded..297a27d 100644 --- a/mibpov.js +++ b/mibpov.js @@ -1445,7 +1445,7 @@ let dragDropState = 0; /* Move and update the biome point while the user is dragging it */ function updatePointWhenDragged(pointID) { - if (pointID !== null && !drawError) { + if (pointID !== null && !drawError && biomeMode === "modern") { let selectedPoint = null; let points = getRenderedPoints(getViewY()); for (let i=0; i