mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 00:57:44 +02:00
trailing semicolon
This commit is contained in:
parent
16a58ddf5a
commit
bb499000a6
1 changed files with 1 additions and 1 deletions
|
@ -602,6 +602,6 @@ Item {
|
|||
return;
|
||||
}
|
||||
// This is the last step of what AddressManager.goToUser does, but we don't need to resolve the username.
|
||||
MyAvatar.goToLocation(avatar.position, true, Quat.cancelOutRollAndPitch(avatar.orientation), true)
|
||||
MyAvatar.goToLocation(avatar.position, true, Quat.cancelOutRollAndPitch(avatar.orientation), true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue