mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
Take down DependencyManager<AssignmentParentFinder> upon restart
This commit is contained in:
parent
740ccd3495
commit
e3c8895c89
1 changed files with 2 additions and 0 deletions
|
@ -570,6 +570,8 @@ void EntityScriptServer::aboutToFinish() {
|
|||
entityScriptingInterface->setPacketSender(nullptr);
|
||||
}
|
||||
|
||||
DependencyManager::destroy<AssignmentParentFinder>();
|
||||
|
||||
DependencyManager::get<ResourceManager>()->cleanup();
|
||||
|
||||
// cleanup the AudioInjectorManager (and any still running injectors)
|
||||
|
|
Loading…
Reference in a new issue