mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +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
|
// 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.
|
// need to make sure we have it in our nodeList.
|
||||||
if (matchingNode) {
|
if (matchingNode) {
|
||||||
nodeList->updateNodeWithDataFromPacket(matchingNode, receivedPacket);
|
|
||||||
OctreeQueryNode* nodeData = (OctreeQueryNode*)matchingNode->getLinkedData();
|
OctreeQueryNode* nodeData = (OctreeQueryNode*)matchingNode->getLinkedData();
|
||||||
if (nodeData) {
|
if (nodeData) {
|
||||||
nodeData->parseNackPacket(receivedPacket);
|
nodeData->parseNackPacket(receivedPacket);
|
||||||
|
|
Loading…
Reference in a new issue