mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-26 00:50:45 +02:00
remove an unneeded todo
This commit is contained in:
parent
2cc6d22181
commit
b16d03c42a
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ void AvatarManager::processAvatarMixerDatagram(const QByteArray& datagram, const
|
||||||
// only add them if mixerWeakPointer points to something (meaning that mixer is still around)
|
// only add them if mixerWeakPointer points to something (meaning that mixer is still around)
|
||||||
while (bytesRead < datagram.size() && mixerWeakPointer.data()) {
|
while (bytesRead < datagram.size() && mixerWeakPointer.data()) {
|
||||||
QUuid nodeUUID = QUuid::fromRfc4122(datagram.mid(bytesRead, NUM_BYTES_RFC4122_UUID));
|
QUuid nodeUUID = QUuid::fromRfc4122(datagram.mid(bytesRead, NUM_BYTES_RFC4122_UUID));
|
||||||
// TODO: skip the data if nodeUUID is same as MY_AVATAR_KEY
|
|
||||||
|
|
||||||
AvatarSharedPointer matchingAvatar = _avatarHash.value(nodeUUID);
|
AvatarSharedPointer matchingAvatar = _avatarHash.value(nodeUUID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue