mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:56:25 +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;
|
EntityPriorityQueue prevSendQueue;
|
||||||
_sendQueue.swap(prevSendQueue);
|
_sendQueue.swap(prevSendQueue);
|
||||||
_entitiesToSend.clear();
|
_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()) {
|
while (!prevSendQueue.empty()) {
|
||||||
EntityItemPointer entity = prevSendQueue.top().getEntity();
|
EntityItemPointer entity = prevSendQueue.top().getEntity();
|
||||||
prevSendQueue.pop();
|
prevSendQueue.pop();
|
||||||
|
|
Loading…
Reference in a new issue