performance: Add range for unfocused fps target (#2140)

This commit is contained in:
Owain van Brakel
2019-12-17 16:28:13 +00:00
committed by Kyle
parent 225c975199
commit bf18871756
@@ -70,6 +70,10 @@ public interface FpsConfig extends Config
return false;
}
@Range(
min = 1,
max = 50
)
@ConfigItem(
keyName = "maxFpsUnfocused",
name = "Unfocused FPS target",