diff options
author | HybridDog <3192173+HybridDog@users.noreply.github.com> | 2020-10-03 18:33:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 17:33:51 +0100 |
commit | 9dc29a75b416c6dab27ce93d0129383309cbf2c2 (patch) | |
tree | dabdf0456227196499a02a2db8717788dd80a1f7 /builtin | |
parent | 4b423ee9b12aabe6ccd6a8e7dbc7db1d89dc365b (diff) | |
download | minetest-9dc29a75b416c6dab27ce93d0129383309cbf2c2.tar.gz minetest-9dc29a75b416c6dab27ce93d0129383309cbf2c2.tar.bz2 minetest-9dc29a75b416c6dab27ce93d0129383309cbf2c2.zip |
Reduce the FPS when the window is unfocused (#8837)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 6d9c6f573..7f2d12be5 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -606,8 +606,8 @@ arm_inertia (Arm inertia) bool true # to not waste CPU power for no benefit. fps_max (Maximum FPS) int 60 1 -# Maximum FPS when game is paused. -pause_fps_max (FPS in pause menu) int 20 1 +# Maximum FPS when the window is not focused, or when the game is paused. +fps_max_unfocused (FPS when unfocused or paused) int 20 1 # Open the pause menu when the window's focus is lost. Does not pause if a formspec is # open. |