mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 04:33:34 +02:00
oops
This commit is contained in:
parent
09dd3e2a56
commit
90847dc49c
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ QByteArray AvatarData::toByteArray(bool cullSmallChanges, bool sendAll) {
|
|||
}
|
||||
*destinationBuffer++ = bitItems;
|
||||
|
||||
if (parentID.isNull()) {
|
||||
if (!parentID.isNull()) {
|
||||
QByteArray referentialAsBytes = parentID.toRfc4122();
|
||||
memcpy(destinationBuffer, referentialAsBytes.data(), referentialAsBytes.size());
|
||||
destinationBuffer += referentialAsBytes.size();
|
||||
|
|
Loading…
Reference in a new issue