mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
change wording of comment
This commit is contained in:
parent
3296447af6
commit
272cb879f8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ AvatarMixerClientData::AvatarMixerClientData() :
|
|||
}
|
||||
|
||||
int AvatarMixerClientData::parseData(const QByteArray& packet) {
|
||||
// increment to push past the packet header
|
||||
// compute the offset to the data payload
|
||||
int offset = numBytesForPacketHeader(packet);
|
||||
return _avatar.parseDataAtOffset(packet, offset);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue