fix: check scheme before setting

This commit is contained in:
Azgaar 2024-03-24 17:53:00 +01:00
parent ff39143b84
commit af927ed345
4 changed files with 8 additions and 8 deletions

View file

@ -743,7 +743,7 @@ export function resolveVersionConflicts(version) {
const opacity = terrs.attr("opacity");
const filter = terrs.attr("filter");
const scheme = terrs.attr("scheme");
const scheme = terrs.attr("scheme") || "bright";
const terracing = terrs.attr("terracing");
const skip = terrs.attr("skip");
const relax = terrs.attr("relax");