mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:43:33 +02:00
removing the destroy call since its not necessary
This commit is contained in:
parent
efccd10a65
commit
15e7663ed5
1 changed files with 0 additions and 2 deletions
|
@ -2772,8 +2772,6 @@ void Application::cleanupBeforeQuit() {
|
|||
DependencyManager::get<AccountManager>()->removeAccountFromFile();
|
||||
}
|
||||
|
||||
DependencyManager::destroy<HMDScriptingInterface>();
|
||||
|
||||
PluginManager::getInstance()->shutdown();
|
||||
|
||||
// Cleanup all overlays after the scripts, as scripts might add more
|
||||
|
|
Loading…
Reference in a new issue