mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
whitespace cleanup in OST
This commit is contained in:
parent
33cde412b1
commit
746327dc11
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ int OctreeSendThread::packetDistributor(SharedNodePointer node, OctreeQueryNode*
|
|||
// it seems like it may be a good idea to include the lock time as part of the encode time
|
||||
// are reported to client. Since you can encode without the lock
|
||||
nodeData->stats.encodeStarted();
|
||||
|
||||
|
||||
bytesWritten = _myServer->getOctree()->encodeTreeBitstream(subTree, &_packetData, nodeData->elementBag, params);
|
||||
|
||||
quint64 encodeEnd = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue