mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 09:52:07 +02:00
testing tweak
This commit is contained in:
parent
ce8a599b16
commit
9d757434ab
2 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,10 @@ bool OctreeSendThread::process() {
|
|||
|
||||
// Sometimes the node data has not yet been linked, in which case we can't really do anything
|
||||
if (nodeData && !nodeData->isShuttingDown()) {
|
||||
/*
|
||||
bool viewFrustumChanged = nodeData->updateCurrentViewFrustum();
|
||||
packetDistributor(nodeData, viewFrustumChanged);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -834,10 +834,8 @@ void OctreeServer::readPendingDatagrams() {
|
|||
|
||||
OctreeQueryNode* nodeData = (OctreeQueryNode*) matchingNode->getLinkedData();
|
||||
if (nodeData && !nodeData->isOctreeSendThreadInitalized()) {
|
||||
/**
|
||||
SharedAssignmentPointer sharedAssignment = AssignmentClient::getCurrentAssignment();
|
||||
nodeData->initializeOctreeSendThread(sharedAssignment, matchingNode);
|
||||
**/
|
||||
}
|
||||
}
|
||||
} else if (packetType == PacketTypeJurisdictionRequest) {
|
||||
|
|
Loading…
Reference in a new issue