summaryrefslogtreecommitdiff
path: root/src/mg_ore.h
diff options
context:
space:
mode:
authorJun Zhang <zhangjunphy@gmail.com>2015-12-05 21:00:11 +0800
committerBlockMen <nmuelll@web.de>2015-12-06 11:38:03 +0100
commita78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4 (patch)
treeace45f38b9a951185b158fb7e3435680afb5d376 /src/mg_ore.h
parent70ece71ee4e8f8bff5cbc572710c0fa6fc3b355f (diff)
downloadminetest-a78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4.tar.gz
minetest-a78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4.tar.bz2
minetest-a78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4.zip
Fix spelling of noise_threshold
Diffstat (limited to 'src/mg_ore.h')
-rw-r--r--src/mg_ore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mg_ore.h b/src/mg_ore.h
index 8ffb8fca0..2e065cee3 100644
--- a/src/mg_ore.h
+++ b/src/mg_ore.h
@@ -61,7 +61,7 @@ public:
s16 y_max;
u8 ore_param2; // to set node-specific attributes
u32 flags; // attributes for this ore
- float nthresh; // threshhold for noise at which an ore is placed
+ float nthresh; // threshold for noise at which an ore is placed
NoiseParams np; // noise for distribution of clusters (NULL for uniform scattering)
Noise *noise;
std::set<u8> biomes;