mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +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() {
|
||||
System.gc();
|
||||
}
|
||||
}, 0, 1200);
|
||||
}, 0, 1_000);
|
||||
|
||||
try {
|
||||
parseArgs(args);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user