mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 22:16:14 +00:00
make it faster
the same thing as smp and chipmunkproxy
This commit is contained in:
parent
b3dcef2232
commit
6a06c8589d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public class RainbowName {
|
||||||
if (timer != null) cleanup();
|
if (timer != null) cleanup();
|
||||||
|
|
||||||
timer = new Timer();
|
timer = new Timer();
|
||||||
timer.schedule(task, 0, 75);
|
timer.schedule(task, 0, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String[] generateColorCodes(int length) {
|
private String[] generateColorCodes(int length) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue