mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Rename getMapSettingNoiseParams to getNoiseParams
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user