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