mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Rename getMapSettingNoiseParams to getNoiseParams
This commit is contained in:
parent
0a67e6180d
commit
a1b8d20f18
4 changed files with 4 additions and 5 deletions
|
@ -41,10 +41,9 @@ bool MapSettingsManager::getMapSetting(
|
|||
}
|
||||
|
||||
|
||||
bool MapSettingsManager::getMapSettingNoiseParams(
|
||||
bool MapSettingsManager::getNoiseParams(
|
||||
const std::string &name, NoiseParams *value_out) const
|
||||
{
|
||||
// TODO: Rename to "getNoiseParams"
|
||||
return m_map_settings->getNoiseParams(name, *value_out);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue