mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
style is a stirng
This commit is contained in:
parent
f69443c584
commit
186ed14eee
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ function parseLoadedData(data) {
|
|||
if (settings[19]) options = JSON.parse(settings[19]);
|
||||
if (settings[20]) mapName.value = settings[20];
|
||||
if (settings[21]) hideLabels.checked = +settings[21];
|
||||
if (settings[22]) stylePreset.value = +settings[22];
|
||||
if (settings[22]) stylePreset.value = settings[22];
|
||||
})();
|
||||
|
||||
void (function parseConfiguration() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue