mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:03:59 +02:00
Merge pull request #1804 from birarda/master
remove a double push in OctreeQuery parsing
This commit is contained in:
commit
599e57b5c2
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* sourceBuffer = startPosition + numBytesPacketHeader;
|
||||
|
||||
// push past the node session UUID
|
||||
sourceBuffer += NUM_BYTES_RFC4122_UUID;
|
||||
|
||||
// user UUID
|
||||
_uuid = QUuid::fromRfc4122(QByteArray((char*) sourceBuffer, NUM_BYTES_RFC4122_UUID));
|
||||
sourceBuffer += NUM_BYTES_RFC4122_UUID;
|
||||
|
|
Loading…
Reference in a new issue