mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Close engine targets on shutdown
This commit is contained in:
parent
7fa45c0658
commit
509c32db70
@ -132,6 +132,7 @@ public class IrisEngine extends BlockPopulator implements Engine {
|
||||
closed = true;
|
||||
getWorldManager().close();
|
||||
getFramework().close();
|
||||
getTarget().close();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user