mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 19:15:24 +02:00
Don't destroy ScriptEngines in aboutToFinish()
This commit is contained in:
parent
1c23fc75a4
commit
2c629e2ec8
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ void Agent::aboutToFinish() {
|
|||
|
||||
// destroy all other created dependencies
|
||||
DependencyManager::destroy<ScriptCache>();
|
||||
DependencyManager::destroy<ScriptEngines>();
|
||||
|
||||
DependencyManager::destroy<ResourceCacheSharedItems>();
|
||||
DependencyManager::destroy<SoundCache>();
|
||||
|
|
Loading…
Reference in a new issue