mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix re-loading of settings in ClientMap
This commit is contained in:
parent
c52a4369eb
commit
c00fed20b7
2 changed files with 32 additions and 25 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
f32 getWantedRange() const { return m_control.wanted_range; }
|
||||
f32 getCameraFov() const { return m_camera_fov; }
|
||||
|
||||
void onSettingChanged(const std::string &name);
|
||||
void onSettingChanged(std::string_view name, bool all);
|
||||
|
||||
protected:
|
||||
// use drop() instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue