noise: add comment

This commit is contained in:
Starbeamrainbowlabs 2021-05-31 00:38:07 +01:00
parent 9c4e23daa8
commit 9cb746e86a
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -27,6 +27,7 @@ function worldeditadditions.noise2d(pos1, pos2, noise_params)
local perlin_map = PerlinNoiseMap(noise_params, heightmap_size)
-- TODO: apply the perlin noise map here
local stats = { added = 0, removed = 0 }