prefer that audio-mixer assignment is fulfilled locally

This commit is contained in:
Stephen Birarda 2013-09-11 12:25:59 -07:00
parent 3149431e16
commit e1005288cb

View file

@ -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,