mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +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";
|
||||
|
||||
terrs
|
||||
.attr("opacity", null)
|
||||
.attr("filter", null)
|
||||
.attr("mask", null)
|
||||
.attr("scheme", null)
|
||||
.attr("terracing", null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue