Changed garbage collection to once every second, Changed wind walker icon to white

#story[1273]
This commit is contained in:
William Muir
2017-09-28 15:24:45 +13:00
parent 74241ee819
commit 54410efa12
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ public class App extends Application {
public void run() {
System.gc();
}
}, 0, 1200);
}, 0, 1_000);
try {
parseArgs(args);
File diff suppressed because one or more lines are too long