whitespace fix in EntityTreeElement

This commit is contained in:
Stephen Birarda 2017-01-19 14:59:01 -08:00
parent a40c25ddbf
commit 0cb14ab25c

View file

@ -287,7 +287,7 @@ OctreeElement::AppendState EntityTreeElement::appendElementData(OctreePacketData
for (uint16_t i = 0; i < _entityItems.size(); i++) {
EntityItemPointer entity = _entityItems[i];
bool includeThisEntity = true;
if (!params.forceSendScene && entity->getLastChangedOnServer() < params.lastQuerySent) {
includeThisEntity = false;
}