mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
whitespace fix in EntityTreeElement
This commit is contained in:
parent
a40c25ddbf
commit
0cb14ab25c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue