Skip to content

Commit 2b847ce

Browse files
Set the unfocused FPS limit min value to 5 (#99)
This is much better for low-end devices.
1 parent 1a2379b commit 2b847ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/club/sk1er/patcher/config/PatcherConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public class PatcherConfig extends Config {
340340
name = "Unfocused FPS Amount",
341341
description = "Change the maximum FPS when you're not tabbed into the window, saving resources.",
342342
category = "Miscellaneous", subcategory = "General",
343-
min = 15, max = 240
343+
min = 5, max = 240
344344
)
345345
public static int unfocusedFPSAmount = 60;
346346

0 commit comments

Comments
 (0)