mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 22:21:57 +02:00
Merge pull request #597 from LionTurtle/master
fix typo grabbing avatar mixer agent
This commit is contained in:
commit
02b37febad
1 changed files with 1 additions and 1 deletions
|
@ -2298,7 +2298,7 @@ void Application::displayStats() {
|
|||
|
||||
AgentList *agentList = AgentList::getInstance();
|
||||
Agent *audioMixerAgent = agentList->soloAgentOfType(AGENT_TYPE_AUDIO_MIXER);
|
||||
Agent *avatarMixerAgent = agentList->soloAgentOfType(AGENT_TYPE_AVATAR);
|
||||
Agent *avatarMixerAgent = agentList->soloAgentOfType(AGENT_TYPE_AVATAR_MIXER);
|
||||
Agent *voxelServerAgent = agentList->soloAgentOfType(AGENT_TYPE_VOXEL_SERVER);
|
||||
|
||||
if (audioMixerAgent != NULL)
|
||||
|
|
Loading…
Reference in a new issue