mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.11.11
This commit is contained in:
parent
66acd562aa
commit
005db7bd90
1 changed files with 2 additions and 0 deletions
|
|
@ -875,6 +875,8 @@ function parseLoadedData(data) {
|
||||||
viewbox.selectAll("g").each(function() {
|
viewbox.selectAll("g").each(function() {
|
||||||
if (this.hasAttribute("display")) this.removeAttribute("display");
|
if (this.hasAttribute("display")) this.removeAttribute("display");
|
||||||
fogging.style("display", "none");
|
fogging.style("display", "none");
|
||||||
|
prec.style("display", "none");
|
||||||
|
ruler.style("display", "none");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue