mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: check scheme before setting
This commit is contained in:
parent
ff39143b84
commit
af927ed345
4 changed files with 8 additions and 8 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue