mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Whitespace
This commit is contained in:
parent
df24fafe49
commit
0f7093bed7
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ public:
|
|||
private:
|
||||
OctreeQueryNode(const OctreeQueryNode &);
|
||||
OctreeQueryNode& operator= (const OctreeQueryNode&);
|
||||
|
||||
|
||||
bool _viewSent { false };
|
||||
std::unique_ptr<NLPacket> _octreePacket;
|
||||
bool _octreePacketWaiting;
|
||||
|
|
|
@ -1235,7 +1235,7 @@ void OctreeServer::aboutToFinish() {
|
|||
_persistThread->aboutToFinish();
|
||||
_persistThread->terminating();
|
||||
}
|
||||
|
||||
|
||||
qDebug() << qPrintable(_safeServerName) << "server ENDING about to finish...";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue