central store for heightmap configs

This commit is contained in:
Azgaar 2022-05-29 01:03:21 +03:00 committed by Peter
parent 451392b743
commit 8ea89111fc

View file

@ -287,6 +287,7 @@ function restoreSeed(id) {
byId("templateInput").value = template; byId("templateInput").value = template;
if (locked("template")) unlock("template"); if (locked("template")) unlock("template");
regeneratePrompt(); regeneratePrompt();
} }