Add 1000fps option
This commit is contained in:
parent
8aa4ec0ee5
commit
c7538ef348
|
@ -1261,7 +1261,7 @@ public class Options {
|
||||||
private static Skin skin;
|
private static Skin skin;
|
||||||
|
|
||||||
/** Frame limiters. */
|
/** Frame limiters. */
|
||||||
private static final int[] targetFPS = { 60, 120, 240 };
|
private static final int[] targetFPS = { 60, 120, 240, 1000 };
|
||||||
|
|
||||||
/** Index in targetFPS[] array. */
|
/** Index in targetFPS[] array. */
|
||||||
private static int targetFPSindex = 0;
|
private static int targetFPSindex = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user