change wording of comment

This commit is contained in:
Andrew Meadows 2014-03-18 09:38:49 -07:00
parent 3296447af6
commit 272cb879f8

View file

@ -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);
}