mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02: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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user