fpx config: increase fps max
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user