1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +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

@ -129,7 +129,7 @@ void TestMapSettingsManager::testMapSettingsManager()
{
NoiseParams dummy;
mgr.getMapSettingNoiseParams("mgv5_np_factor", &dummy);
mgr.getNoiseParams("mgv5_np_factor", &dummy);
check_noise_params(&dummy, &script_np_factor);
}