mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
use destroy instead of accidental set
This commit is contained in:
parent
cb708859fb
commit
8f5212acac
1 changed files with 1 additions and 1 deletions
|
@ -410,5 +410,5 @@ void Agent::aboutToFinish() {
|
|||
assetThread->wait();
|
||||
|
||||
// cleanup the AudioInjectorManager (and any still running injectors)
|
||||
DependencyManager::set<AudioInjectorManager>();
|
||||
DependencyManager::destroy<AudioInjectorManager>();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue