mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
remove a double push on UUID in OctreeQuery
This commit is contained in:
parent
b16d03c42a
commit
254a0c0aed
1 changed files with 0 additions and 3 deletions
|
@ -103,9 +103,6 @@ int OctreeQuery::parseData(const QByteArray& packet) {
|
||||||
const unsigned char* startPosition = reinterpret_cast<const unsigned char*>(packet.data());
|
const unsigned char* startPosition = reinterpret_cast<const unsigned char*>(packet.data());
|
||||||
const unsigned char* sourceBuffer = startPosition + numBytesPacketHeader;
|
const unsigned char* sourceBuffer = startPosition + numBytesPacketHeader;
|
||||||
|
|
||||||
// push past the node session UUID
|
|
||||||
sourceBuffer += NUM_BYTES_RFC4122_UUID;
|
|
||||||
|
|
||||||
// user UUID
|
// user UUID
|
||||||
_uuid = QUuid::fromRfc4122(QByteArray((char*) sourceBuffer, NUM_BYTES_RFC4122_UUID));
|
_uuid = QUuid::fromRfc4122(QByteArray((char*) sourceBuffer, NUM_BYTES_RFC4122_UUID));
|
||||||
sourceBuffer += NUM_BYTES_RFC4122_UUID;
|
sourceBuffer += NUM_BYTES_RFC4122_UUID;
|
||||||
|
|
Loading…
Reference in a new issue