mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: heightmap - clean heightmap global filter and opacity
This commit is contained in:
parent
7900e2ecb6
commit
83c552d067
1 changed files with 1 additions and 0 deletions
|
|
@ -772,6 +772,7 @@ export function resolveVersionConflicts(version) {
|
||||||
.attr("skip", 0)
|
.attr("skip", 0)
|
||||||
.attr("relax", 1)
|
.attr("relax", 1)
|
||||||
.attr("curve", curve);
|
.attr("curve", curve);
|
||||||
|
|
||||||
terrs
|
terrs
|
||||||
.append("g")
|
.append("g")
|
||||||
.attr("id", "landHeights")
|
.attr("id", "landHeights")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue