Set default FPS back to 30.

r3cp3ct-Japanese-sticker-triggers
sigonasr2 6 years ago
parent 8205f1028b
commit ea99653722
  1. BIN
      sigIRCv2.jar
  2. 2
      src/sig/sigIRC.java

Binary file not shown.

@ -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 = "./";

Loading…
Cancel
Save