1
0
Fork 0
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:
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

@ -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);
}