mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 15:17:23 +01:00
Fix zones not recovering after heightmap edit in Risk mode (#1327)
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
* Initial plan * Fix zones restoration in risk heightmap edit mode Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Remove comments from zones restoration code Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Optimize zones restoration with O(n) map lookup instead of O(n²) Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Use local Map for zone backup instead of mutating zone objects Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Update version to 1.112.2 and heightmap-editor.js cache hash Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
This commit is contained in:
parent
da9e915cdc
commit
13ec798ffb
3 changed files with 18 additions and 28 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
|
||||
*/
|
||||
|
||||
const VERSION = "1.112.1";
|
||||
const VERSION = "1.112.2";
|
||||
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue