mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
layers state fix
This commit is contained in:
parent
6a1f17b597
commit
7b272839a1
6 changed files with 76 additions and 66 deletions
|
|
@ -245,7 +245,7 @@ function showSeedHistoryDialog() {
|
|||
});
|
||||
}
|
||||
|
||||
// generate map with historycal seed
|
||||
// generate map with historical seed
|
||||
function restoreSeed(id) {
|
||||
if (mapHistory[id].seed == seed) {
|
||||
tip("The current map is already generated with this seed", null, "error");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue