From ca3f0ceecbe5d57481000fc23a6ea14beaf0b619 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 11 Jul 2017 10:02:18 -0700 Subject: [PATCH] remove crufty comments --- assignment-client/src/octree/OctreeSendThread.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/assignment-client/src/octree/OctreeSendThread.cpp b/assignment-client/src/octree/OctreeSendThread.cpp index 028128e80b..7c6478208e 100644 --- a/assignment-client/src/octree/OctreeSendThread.cpp +++ b/assignment-client/src/octree/OctreeSendThread.cpp @@ -332,13 +332,7 @@ int OctreeSendThread::packetDistributor(SharedNodePointer node, OctreeQueryNode* && ((!viewFrustumChanged && nodeData->getViewFrustumJustStoppedChanging()) || nodeData->hasLodChanged())); } - // If our packet already has content in it, then we must use the color choice of the waiting packet. - // If we're starting a fresh packet, then... - // If we're moving, and the client asked for low res, then we force monochrome, otherwise, use - // the clients requested color state. - - // If we have a packet waiting, and our desired want color, doesn't match the current waiting packets color - // then let's just send that waiting packet. + // send any waiting packet if (nodeData->isPacketWaiting()) { int numPackets = handlePacketSend(node, nodeData, trueBytesSent); truePacketsSent += numPackets;