From 9dab5f2a9d88fa3f9aa28ced9727fabc88d83105 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 17 Oct 2019 10:08:19 +0300 Subject: [PATCH] 1.1.19 --- modules/ui/editors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/editors.js b/modules/ui/editors.js index c380fac6..5236e24f 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -137,7 +137,7 @@ function addBurg(point) { burgLabels.select("#towns").append("text").attr("id", "burgLabel"+i).attr("data-id", i) .attr("x", x).attr("y", y).attr("dy", `${townSize * -1.5}px`).text(name); - BurgsAndStates.defineFeatures(pack.burgs[i]); + BurgsAndStates.defineBurgFeatures(pack.burgs[i]); return i; }