mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Shutdown engine threads properly
This commit is contained in:
parent
7e36cb76ba
commit
66d3eb3400
@ -51,4 +51,8 @@ public class EngineTarget {
|
|||||||
public EngineTarget(IrisWorld world, IrisDimension dimension, IrisDataManager data, int height, int threads) {
|
public EngineTarget(IrisWorld world, IrisDimension dimension, IrisDataManager data, int height, int threads) {
|
||||||
this(world, dimension, data, height, false, threads);
|
this(world, dimension, data, height, false, threads);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void close() {
|
||||||
|
burster.shutdownAndAwait();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user