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:
parent
0a67e6180d
commit
a1b8d20f18
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue