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