mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Decrease fps_max_unfocused from 20 to 10
This used to be the default for android. There's not much issues now with using a lower value, so a lower default on all platforms is reasonable. The only downside I know of is that if you re-focus the window, it can up till the next client step until it goes back to normal fps, but 10 Hz feels fast enough.
This commit is contained in:
parent
138111a542
commit
166e02955e
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ void set_default_settings()
|
|||
settings->setDefault("tooltip_show_delay", "400");
|
||||
settings->setDefault("tooltip_append_itemname", "false");
|
||||
settings->setDefault("fps_max", "60");
|
||||
settings->setDefault("fps_max_unfocused", "20");
|
||||
settings->setDefault("fps_max_unfocused", "10");
|
||||
settings->setDefault("viewing_range", "190");
|
||||
settings->setDefault("client_mesh_chunk", "1");
|
||||
settings->setDefault("screen_w", "1024");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue