some CR feedback

This commit is contained in:
ZappoMan 2013-07-16 17:21:28 -07:00
parent bdb14fee33
commit adc09cec68
2 changed files with 4 additions and 2 deletions

View file

@ -200,8 +200,10 @@ void deepestLevelVoxelDistributor(NodeList* nodeList,
// only set our last sent time if we weren't resetting due to frustum change
uint64_t now = usecTimestampNow();
nodeData->setLastTimeBagEmpty(now);
if (::debugVoxelSending) {
printf("ENTIRE SCENE SENT! nodeData->setLastTimeBagEmpty(now=[%lld])\n", now);
}
}
nodeData->nodeBag.insert(serverTree.rootNode);
}