mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 17:18:19 +02:00
some CR feedback
This commit is contained in:
parent
bdb14fee33
commit
adc09cec68
2 changed files with 4 additions and 2 deletions
|
@ -200,8 +200,10 @@ void deepestLevelVoxelDistributor(NodeList* nodeList,
|
||||||
// only set our last sent time if we weren't resetting due to frustum change
|
// only set our last sent time if we weren't resetting due to frustum change
|
||||||
uint64_t now = usecTimestampNow();
|
uint64_t now = usecTimestampNow();
|
||||||
nodeData->setLastTimeBagEmpty(now);
|
nodeData->setLastTimeBagEmpty(now);
|
||||||
|
if (::debugVoxelSending) {
|
||||||
printf("ENTIRE SCENE SENT! nodeData->setLastTimeBagEmpty(now=[%lld])\n", now);
|
printf("ENTIRE SCENE SENT! nodeData->setLastTimeBagEmpty(now=[%lld])\n", now);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
nodeData->nodeBag.insert(serverTree.rootNode);
|
nodeData->nodeBag.insert(serverTree.rootNode);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue