From ce89fb0035c343bfdd30e0d93b0c428e6f411acd Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 19 Sep 2019 12:07:57 +0300 Subject: [PATCH] 1.0.42 --- modules/ui/heightmap-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/heightmap-editor.js b/modules/ui/heightmap-editor.js index 8cee6258..0b792be3 100644 --- a/modules/ui/heightmap-editor.js +++ b/modules/ui/heightmap-editor.js @@ -174,7 +174,7 @@ function getHeight(h) { drawStates(); drawBorders(); BurgsAndStates.drawStateLabels(); - addZone(); + addZones(); addMarkers(); console.timeEnd("regenerateErasedData"); console.groupEnd("Edit Heightmap"); @@ -1190,4 +1190,4 @@ function getHeight(h) { } } -} \ No newline at end of file +}