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