Another fix for avatarIdentity pong

This commit is contained in:
Anthony J. Thibault 2016-05-18 16:08:56 -07:00
parent e792e8eecf
commit eb80990c10

View file

@ -1174,9 +1174,6 @@ void AvatarData::setJointMappingsFromNetworkReply() {
_jointIndices.insert(_jointNames.at(i), i + 1);
}
// now that we have the jointIndices send them to the AvatarMixer.
sendIdentityPacket();
networkReply->deleteLater();
}