1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

fixed zone values not updating on import

This commit is contained in:
Sense101 2021-07-07 12:34:11 +01:00
parent 0e0c08e25e
commit 4de1cebe58

View File

@ -83,6 +83,7 @@ export class HUDPuzzleImportExport extends BaseHUDPart {
mode.zoneWidth = gameData.bounds.w;
mode.zoneHeight = gameData.bounds.h;
this.root.hud.parts.puzzleEditorSettings.updateZoneValues();
errorText = new PuzzleSerializer().deserializePuzzle(this.root, gameData);
} catch (ex) {