Whitespace

This commit is contained in:
Atlante45 2015-12-16 11:35:12 -08:00
parent df24fafe49
commit 0f7093bed7
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ public:
private:
OctreeQueryNode(const OctreeQueryNode &);
OctreeQueryNode& operator= (const OctreeQueryNode&);
bool _viewSent { false };
std::unique_ptr<NLPacket> _octreePacket;
bool _octreePacketWaiting;

View file

@ -1235,7 +1235,7 @@ void OctreeServer::aboutToFinish() {
_persistThread->aboutToFinish();
_persistThread->terminating();
}
qDebug() << qPrintable(_safeServerName) << "server ENDING about to finish...";
}