This commit is contained in:
Azgaar 2019-09-19 12:07:57 +03:00 committed by GitHub
parent 795d533010
commit ce89fb0035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {
}
}
}
}