Merge pull request #14922 from AndrewMeadows/avoid-entity-update-storm

Case 21232: avoid entity update storm from entity-server
This commit is contained in:
Clément Brisset 2019-02-15 11:01:08 -08:00 committed by GitHub
commit 3c60aaff96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,12 +324,6 @@ int OctreeSendThread::packetDistributor(SharedNodePointer node, OctreeQueryNode*
if (isFullScene) {
// we're forcing a full scene, clear the force in OctreeQueryNode so we don't force it next time again
nodeData->setShouldForceFullScene(false);
} else {
// we aren't forcing a full scene, check if something else suggests we should
isFullScene = nodeData->haveJSONParametersChanged() ||
(nodeData->hasConicalViews() &&
(nodeData->getViewFrustumJustStoppedChanging() ||
nodeData->hasLodChanged()));
}
if (nodeData->isPacketWaiting()) {