Comment, formatting fix.

This commit is contained in:
Andrzej Kapolka 2014-07-10 18:11:51 -07:00
parent d121c8e07a
commit af3af15084
2 changed files with 1 additions and 2 deletions

View file

@ -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);

View file

@ -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;