mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 12:13:36 +02:00
fix a double push in added particle response
This commit is contained in:
parent
821e25a72a
commit
dc70c74733
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ void ParticleTree::handleAddParticleResponse(const QByteArray& packet) {
|
|||
int numBytesPacketHeader = numBytesForPacketHeader(packet);
|
||||
|
||||
const unsigned char* dataAt = reinterpret_cast<const unsigned char*>(packet.data()) + numBytesPacketHeader;
|
||||
dataAt += numBytesPacketHeader;
|
||||
|
||||
uint32_t creatorTokenID;
|
||||
memcpy(&creatorTokenID, dataAt, sizeof(creatorTokenID));
|
||||
|
|
Loading…
Reference in a new issue