mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Changed garbage collection to once every second, Changed wind walker icon to white
#story[1273]
This commit is contained in:
@@ -103,7 +103,7 @@ public class App extends Application {
|
|||||||
public void run() {
|
public void run() {
|
||||||
System.gc();
|
System.gc();
|
||||||
}
|
}
|
||||||
}, 0, 1200);
|
}, 0, 1_000);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
parseArgs(args);
|
parseArgs(args);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user