heightmap - fix issues

This commit is contained in:
Azgaar 2022-05-24 23:27:06 +03:00 committed by Peter
parent fc4f4827c1
commit bc3c5d2b86

View file

@ -991,6 +991,8 @@ function editHeightmap(options) {
const seed = byId("templateSeed").value;
if (seed) Math.random = aleaPRNG(seed);
HeightmapGenerator.resetHeights();
restartHistory();
for (const step of steps) {