fix: clear ice data before generating glaciers and icebergs

This commit is contained in:
StempunkDev 2026-01-13 21:28:34 +01:00
parent 23071611d6
commit 5600c06381
2 changed files with 2 additions and 3 deletions

View file

@ -468,7 +468,6 @@ function editHeightmap(options) {
});
// recalculate ice
Ice.clear();
Ice.generate();
drawIce();