mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 08:15:21 +02:00
Fix incorrect merge-resolution
This commit is contained in:
parent
e22e0ecb04
commit
b6f259fc42
1 changed files with 1 additions and 5 deletions
|
@ -419,11 +419,7 @@ QByteArray AvatarData::toByteArray(AvatarDataDetail dataDetail, quint64 lastSent
|
||||||
|
|
||||||
IF_AVATAR_SPACE(PACKET_HAS_AVATAR_GLOBAL_POSITION, sizeof _globalPosition) {
|
IF_AVATAR_SPACE(PACKET_HAS_AVATAR_GLOBAL_POSITION, sizeof _globalPosition) {
|
||||||
auto startSection = destinationBuffer;
|
auto startSection = destinationBuffer;
|
||||||
if (_overrideGlobalPosition) {
|
AVATAR_MEMCPY(_globalPosition);
|
||||||
AVATAR_MEMCPY(_globalPositionOverride);
|
|
||||||
} else {
|
|
||||||
AVATAR_MEMCPY(_globalPosition);
|
|
||||||
}
|
|
||||||
|
|
||||||
int numBytes = destinationBuffer - startSection;
|
int numBytes = destinationBuffer - startSection;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue