Fast pack

This commit is contained in:
Anuken
2022-04-18 16:58:50 -04:00
parent e9205482e7
commit 5e349e237a
3 changed files with 32 additions and 39 deletions

View File

@@ -154,7 +154,7 @@ public class Generators{
});
generate("cliffs", () -> {
ExecutorService exec = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors());
ExecutorService exec = Executors.newFixedThreadPool(OS.cores);
int size = 64;
int dark = new Color(0.5f, 0.5f, 0.6f, 1f).mul(0.98f).rgba();
int mid = Color.lightGray.rgba();