mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Fix for Firefox mask/use bug for cultures/biomes/religions
This commit is contained in:
parent
228b4f2932
commit
1f598ae736
4 changed files with 82 additions and 53 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue