]> git.lizzy.rs Git - minetest.git/blobdiff - src/mg_ore.h
Remove ClientMap::m_camera_mutex
[minetest.git] / src / mg_ore.h
index 8ffb8fca0da4766e43b449b0695eac2fa58a653d..2e065cee317557235220eeff88b226937a38dbd9 100644 (file)
@@ -61,7 +61,7 @@ class Ore : public ObjDef, public NodeResolver {
        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;