Fix for Firefox mask/use bug for cultures/biomes/religions

This commit is contained in:
Evolvedexperiment 2019-11-28 18:36:12 +00:00
parent 228b4f2932
commit 1f598ae736
4 changed files with 82 additions and 53 deletions

View file

@ -928,6 +928,12 @@ function parseLoadedData(data) {
BurgsAndStates.collectStatistics();
}
if (version < 1.23) {
culturesBody = cults.append("g").attr("id", "culturesBody");
biomesBody = biomes.append("g").attr("id", "biomesBody");
religionsBody = relig.append("g").attr("id", "religionsBody");
}
}()
changeMapSize();