mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
fix: heightmap - clean heightmap global filter and opacity
This commit is contained in:
parent
bf1ff2db63
commit
7900e2ecb6
1 changed files with 2 additions and 0 deletions
|
|
@ -752,6 +752,8 @@ export function resolveVersionConflicts(version) {
|
||||||
const curve = curveTypes[terrs.attr("curve")] || "curveBasisClosed";
|
const curve = curveTypes[terrs.attr("curve")] || "curveBasisClosed";
|
||||||
|
|
||||||
terrs
|
terrs
|
||||||
|
.attr("opacity", null)
|
||||||
|
.attr("filter", null)
|
||||||
.attr("mask", null)
|
.attr("mask", null)
|
||||||
.attr("scheme", null)
|
.attr("scheme", null)
|
||||||
.attr("terracing", null)
|
.attr("terracing", null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue