mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
replace tab characer r with spaces
This commit is contained in:
parent
afe0447322
commit
13186dcb78
1 changed files with 1 additions and 1 deletions
|
@ -1490,7 +1490,7 @@ void AvatarData::parseAvatarIdentityPacket(const QByteArray& data, Identity& ide
|
|||
}
|
||||
|
||||
glm::quat AvatarData::getOrientationOutbound() const {
|
||||
return (getLocalOrientation());
|
||||
return (getLocalOrientation());
|
||||
}
|
||||
|
||||
static const QUrl emptyURL("");
|
||||
|
|
Loading…
Reference in a new issue