1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Rename getMapSettingNoiseParams to getNoiseParams

This commit is contained in:
wozrer 2025-01-02 12:54:44 +03:00 committed by cx384
parent 0a67e6180d
commit a1b8d20f18
4 changed files with 4 additions and 5 deletions

View file

@ -37,7 +37,7 @@ public:
bool getMapSetting(const std::string &name, std::string *value_out) const;
bool getMapSettingNoiseParams(const std::string &name,
bool getNoiseParams(const std::string &name,
NoiseParams *value_out) const;
// Note: Map config becomes read-only after makeMapgenParams() gets called