mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
fixed previous problems
This commit is contained in:
parent
865fa6e5d1
commit
a13206eb4f
4 changed files with 24 additions and 11 deletions
|
|
@ -350,7 +350,6 @@ function editCultures() {
|
|||
}
|
||||
|
||||
function applyCultureManualAssignent() {
|
||||
saveBreadCrumb();
|
||||
const changed = cults.select("#temp").selectAll("polygon");
|
||||
changed.each(function() {
|
||||
const i = +this.dataset.cell;
|
||||
|
|
@ -364,6 +363,7 @@ function editCultures() {
|
|||
refreshCulturesEditor();
|
||||
}
|
||||
exitCulturesManualAssignment();
|
||||
saveBreadCrumb("currentMap");
|
||||
}
|
||||
|
||||
function exitCulturesManualAssignment() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue