mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Comment, formatting fix.
This commit is contained in:
parent
d121c8e07a
commit
af3af15084
2 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,7 @@ void MetavoxelServer::run() {
|
|||
// initialize Bitstream before using it in multiple threads
|
||||
Bitstream::preThreadingInit();
|
||||
|
||||
// create the persister and start the it in its own thread
|
||||
// create the persister and start it in its own thread
|
||||
_persister = new MetavoxelPersister(this);
|
||||
QThread* persistenceThread = new QThread(this);
|
||||
_persister->moveToThread(persistenceThread);
|
||||
|
|
|
@ -420,7 +420,6 @@ void Stats::display(
|
|||
verticalOffset += STATS_PELS_PER_LINE;
|
||||
drawText(horizontalOffset, verticalOffset, scale, rotation, font, downloads.str().c_str(), color);
|
||||
|
||||
|
||||
int internal = 0, leaves = 0;
|
||||
int sendProgress = 0, sendTotal = 0;
|
||||
int receiveProgress = 0, receiveTotal = 0;
|
||||
|
|
Loading…
Reference in a new issue