mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
removed erroneous call updateNodeWithDataFromPacket for octree data nacks
This commit is contained in:
parent
29723d0ef3
commit
c7788b793c
1 changed files with 0 additions and 1 deletions
|
@ -851,7 +851,6 @@ void OctreeServer::readPendingDatagrams() {
|
|||
// If we got a nack packet, then we're talking to an agent, and we
|
||||
// need to make sure we have it in our nodeList.
|
||||
if (matchingNode) {
|
||||
nodeList->updateNodeWithDataFromPacket(matchingNode, receivedPacket);
|
||||
OctreeQueryNode* nodeData = (OctreeQueryNode*)matchingNode->getLinkedData();
|
||||
if (nodeData) {
|
||||
nodeData->parseNackPacket(receivedPacket);
|
||||
|
|
Loading…
Reference in a new issue