mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
prefer that audio-mixer assignment is fulfilled locally
This commit is contained in:
parent
3149431e16
commit
e1005288cb
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ int main(int argc, const char* argv[]) {
|
|||
// as a domain-server we will always want an audio mixer and avatar mixer
|
||||
// setup the create assignments for those
|
||||
Assignment audioMixerAssignment(Assignment::CreateDirection,
|
||||
Assignment::AudioMixerType);
|
||||
Assignment::AudioMixerType,
|
||||
Assignment::LocalLocationg);
|
||||
|
||||
Assignment avatarMixerAssignment(Assignment::CreateDirection,
|
||||
Assignment::AvatarMixerType,
|
||||
|
|
Loading…
Reference in a new issue