heightmap select - open edit tools

This commit is contained in:
Azgaar 2022-05-28 21:22:28 +03:00 committed by Peter
parent 7c4f685a57
commit 8b4530ad25

View file

@ -124,7 +124,7 @@ function editHeightmap(options) {
heightmapInfoX.innerHTML = rn(x);
heightmapInfoY.innerHTML = rn(y);
heightmapInfoCell.innerHTML = cell;
heightmapInfoHeight.innerHTML = /* html */ `${grid.cells.h[cell]} (${getHeight(grid.cells.h[cell])})`;
heightmapInfoHeight.innerHTML = `${grid.cells.h[cell]} (${getHeight(grid.cells.h[cell])})`;
if (tooltip.dataset.main) showMainTip();
// move radius circle if drag mode is active