mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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:
|
private:
|
||||||
OctreeQueryNode(const OctreeQueryNode &);
|
OctreeQueryNode(const OctreeQueryNode &);
|
||||||
OctreeQueryNode& operator= (const OctreeQueryNode&);
|
OctreeQueryNode& operator= (const OctreeQueryNode&);
|
||||||
|
|
||||||
bool _viewSent { false };
|
bool _viewSent { false };
|
||||||
std::unique_ptr<NLPacket> _octreePacket;
|
std::unique_ptr<NLPacket> _octreePacket;
|
||||||
bool _octreePacketWaiting;
|
bool _octreePacketWaiting;
|
||||||
|
|
|
@ -1235,7 +1235,7 @@ void OctreeServer::aboutToFinish() {
|
||||||
_persistThread->aboutToFinish();
|
_persistThread->aboutToFinish();
|
||||||
_persistThread->terminating();
|
_persistThread->terminating();
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << qPrintable(_safeServerName) << "server ENDING about to finish...";
|
qDebug() << qPrintable(_safeServerName) << "server ENDING about to finish...";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue