mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
comment cleanup in AvatarData
This commit is contained in:
parent
49ac518690
commit
1a3df2be5f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue