Add 1000fps option

This commit is contained in:
yugecin 2016-10-01 12:06:05 +02:00
parent 8aa4ec0ee5
commit c7538ef348

View File

@ -1261,7 +1261,7 @@ public class Options {
private static Skin skin;
/** Frame limiters. */
private static final int[] targetFPS = { 60, 120, 240 };
private static final int[] targetFPS = { 60, 120, 240, 1000 };
/** Index in targetFPS[] array. */
private static int targetFPSindex = 0;