mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
removed dead comment
This commit is contained in:
parent
bc858f82fc
commit
73d64120df
1 changed files with 0 additions and 3 deletions
|
@ -70,9 +70,6 @@ void AvatarMixer::queueIncomingPacket(QSharedPointer<ReceivedMessage> message, S
|
|||
AvatarMixer::~AvatarMixer() {
|
||||
}
|
||||
|
||||
// An 80% chance of sending a identity packet within a 5 second interval.
|
||||
// assuming 60 htz update rate.
|
||||
|
||||
void AvatarMixer::sendIdentityPacket(AvatarMixerClientData* nodeData, const SharedNodePointer& destinationNode) {
|
||||
QByteArray individualData = nodeData->getAvatar().identityByteArray();
|
||||
|
||||
|
|
Loading…
Reference in a new issue