mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Prep for async prepare
This commit is contained in:
parent
1421869094
commit
4445121023
@ -134,6 +134,7 @@ public class IrisProject
|
||||
.seed(1337)
|
||||
.name(wfp)
|
||||
.studioMode()
|
||||
.asyncPrepare()
|
||||
.create();
|
||||
IrisAccess gx = ((IrisAccess)c.generator());
|
||||
sender.sendMessage("Generating with " + Iris.getThreadCount() + " threads per chunk");
|
||||
@ -212,6 +213,7 @@ public class IrisProject
|
||||
|
||||
onDone.run();
|
||||
}, 0);
|
||||
|
||||
}
|
||||
|
||||
public void close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user