mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.1.08
This commit is contained in:
parent
38abc74c11
commit
4284f98824
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ function editHeightmap() {
|
||||||
} else if (type === "risk") {
|
} else if (type === "risk") {
|
||||||
terrs.attr("mask", null);
|
terrs.attr("mask", null);
|
||||||
defs.selectAll("#land, #water").selectAll("path").remove();
|
defs.selectAll("#land, #water").selectAll("path").remove();
|
||||||
viewbox.selectAll("#coastline *, #lakes *, #oceanLayers path").remove();
|
viewbox.selectAll("#coastline path, #lakes path, #oceanLayers path").remove();
|
||||||
changeOnlyLand.checked = false;
|
changeOnlyLand.checked = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue