mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Remove extra setting of AnimationCache in Agent
This commit is contained in:
parent
d84e2fb048
commit
aa8d231e82
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ Agent::Agent(ReceivedMessage& message) :
|
|||
|
||||
DependencyManager::set<ResourceCacheSharedItems>();
|
||||
DependencyManager::set<SoundCache>();
|
||||
DependencyManager::set<AnimationCache>();
|
||||
DependencyManager::set<AudioScriptingInterface>();
|
||||
DependencyManager::set<AudioInjectorManager>();
|
||||
DependencyManager::set<recording::Deck>();
|
||||
|
|
Loading…
Reference in a new issue