mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 17:52:26 +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
|
||||
Assignment audioMixerAssignment(Assignment::CreateDirection,
|
||||
Assignment::AudioMixerType,
|
||||
Assignment::LocalLocationg);
|
||||
Assignment::LocalLocation);
|
||||
|
||||
Assignment avatarMixerAssignment(Assignment::CreateDirection,
|
||||
Assignment::AvatarMixerType,
|
||||
|
|
Loading…
Reference in a new issue