mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:23:57 +02:00
typo
This commit is contained in:
parent
971f1e7924
commit
a32cc7f555
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void EntityTreeSendThread::traverseTreeAndSendContents(SharedNodePointer node, O
|
|||
EntityPriorityQueue prevSendQueue;
|
||||
_sendQueue.swap(prevSendQueue);
|
||||
_entitiesToSend.clear();
|
||||
// Re-add elements from previous traveral if they still need to be sent
|
||||
// Re-add elements from previous traversal if they still need to be sent
|
||||
while (!prevSendQueue.empty()) {
|
||||
EntityItemPointer entity = prevSendQueue.top().getEntity();
|
||||
prevSendQueue.pop();
|
||||
|
|
Loading…
Reference in a new issue