From 8ea89111fcb137f77efaa8c54c4188a9fafd4fab Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 29 May 2022 01:03:21 +0300 Subject: [PATCH] central store for heightmap configs --- modules/ui/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/options.js b/modules/ui/options.js index 1cf7e3b0..7391cfd2 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -287,6 +287,7 @@ function restoreSeed(id) { byId("templateInput").value = template; if (locked("template")) unlock("template"); + regeneratePrompt(); }