performance: Add range for unfocused fps target (#2140)
This commit is contained in:
@@ -70,6 +70,10 @@ public interface FpsConfig extends Config
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Range(
|
||||||
|
min = 1,
|
||||||
|
max = 50
|
||||||
|
)
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "maxFpsUnfocused",
|
keyName = "maxFpsUnfocused",
|
||||||
name = "Unfocused FPS target",
|
name = "Unfocused FPS target",
|
||||||
|
|||||||
Reference in New Issue
Block a user