fix: heightmap - clean heightmap global filter and opacity

This commit is contained in:
Azgaar 2024-04-30 19:30:25 +02:00
parent bf1ff2db63
commit 7900e2ecb6

View file

@ -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)