mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
resolve conflicts on merge with origin/protocol
This commit is contained in:
commit
eaeaa23f03
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ int AvatarData::parseDataFromBuffer(const QByteArray& buffer) {
|
|||
_headData->_leanSideways = leanSideways;
|
||||
_headData->_torsoTwist = torsoTwist;
|
||||
} // 6 bytes
|
||||
|
||||
|
||||
{ // Lookat Position
|
||||
glm::vec3 lookAt;
|
||||
memcpy(&lookAt, sourceBuffer, sizeof(lookAt));
|
||||
|
|
Loading…
Reference in a new issue