fpx config: increase fps max

This commit is contained in:
Adam
2021-10-28 15:31:21 -04:00
parent 6cad150f3a
commit 991e6e5aeb

View File

@@ -46,7 +46,7 @@ public interface FpsConfig extends Config
@Range(
min = 1,
max = 50
max = 360
)
@ConfigItem(
keyName = "maxFps",
@@ -72,7 +72,7 @@ public interface FpsConfig extends Config
@Range(
min = 1,
max = 50
max = 360
)
@ConfigItem(
keyName = "maxFpsUnfocused",