diff --git a/index.html b/index.html index 42129d1..22b3911 100644 --- a/index.html +++ b/index.html @@ -110,29 +110,29 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa

Heat (mg_biome_np_heat)

- + - + - +

Humidity (mg_biome_np_humidity)

- + - + - +

Reset

diff --git a/mibpov.js b/mibpov.js index f3bea36..6988655 100644 --- a/mibpov.js +++ b/mibpov.js @@ -1679,9 +1679,6 @@ function updateNoiseParam(noiseName, noiseValueName, element) { return; } let val = +element.value; - if (val < +element.min || val > +element.max) { - return; - } noises[noiseName][noiseValueName] = val; clear(); updateAreaVars();