fix an accidental comment add

This commit is contained in:
Stephen Birarda 2015-07-09 11:56:24 -07:00
parent 8e693bfee7
commit a38cb56c1c

View file

@ -528,7 +528,7 @@ int OctreeSendThread::packetDistributor(OctreeQueryNode* nodeData, bool viewFrus
}
// If we're not running compressed, then we know we can just send now. Or if we're running compressed, but
// the packet doesn't have enough space to bother attempting to pack more...packet
// the packet doesn't have enough space to bother attempting to pack more...
bool sendNow = true;
if (nodeData->getCurrentPacketIsCompressed() &&