Set default FPS back to 30.

This commit is contained in:
sigonasr2 2018-10-17 17:31:00 -05:00
parent 8205f1028b
commit ea99653722
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -80,7 +80,7 @@ public class sigIRC{
public static List<CustomSound> customsounds = new ArrayList<CustomSound>();
public static List<Module> modules = new ArrayList<Module>();
static UpdateEvent updater = new UpdateEvent();
static Timer programClock = new Timer(10,updater);
static Timer programClock = new Timer(33,updater);
final public static int BASESCROLLSPD = 4;
final public static int ROWSEPARATION = 64;
final public static String BASEDIR = "./";