replace tab characer r with spaces

This commit is contained in:
Andrew Meadows 2017-05-08 14:28:08 -07:00
parent afe0447322
commit 13186dcb78

View file

@ -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("");