mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:08:56 +02:00
remove an extra g
This commit is contained in:
parent
e1005288cb
commit
04a40be97a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ int main(int argc, const char* argv[]) {
|
||||||
// setup the create assignments for those
|
// setup the create assignments for those
|
||||||
Assignment audioMixerAssignment(Assignment::CreateDirection,
|
Assignment audioMixerAssignment(Assignment::CreateDirection,
|
||||||
Assignment::AudioMixerType,
|
Assignment::AudioMixerType,
|
||||||
Assignment::LocalLocationg);
|
Assignment::LocalLocation);
|
||||||
|
|
||||||
Assignment avatarMixerAssignment(Assignment::CreateDirection,
|
Assignment avatarMixerAssignment(Assignment::CreateDirection,
|
||||||
Assignment::AvatarMixerType,
|
Assignment::AvatarMixerType,
|
||||||
|
|
Loading…
Reference in a new issue