9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Close engine targets on shutdown

This commit is contained in:
Daniel Mills
2021-07-20 14:27:45 -04:00
parent 7fa45c0658
commit 509c32db70

View File

@@ -132,6 +132,7 @@ public class IrisEngine extends BlockPopulator implements Engine {
closed = true;
getWorldManager().close();
getFramework().close();
getTarget().close();
}
@Override