comment cleanup in AvatarData

This commit is contained in:
Stephen Birarda 2013-04-17 15:25:05 -07:00
parent 49ac518690
commit 1a3df2be5f

View file

@ -43,8 +43,6 @@ AvatarData* AvatarData::clone() const {
return new AvatarData(*this);
}
// transmit data to agents requesting it
// called on me just prior to sending data to others (continuasly called)
int AvatarData::getBroadcastData(unsigned char* destinationBuffer) {
unsigned char* bufferStart = destinationBuffer;