mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 13:51:24 +02:00
removed some extra debugging
This commit is contained in:
parent
9df315d889
commit
6ed9b968b0
1 changed files with 0 additions and 8 deletions
|
@ -44,20 +44,12 @@ OctreeQueryNode::OctreeQueryNode() :
|
|||
|
||||
OctreeQueryNode::~OctreeQueryNode() {
|
||||
_isShuttingDown = true;
|
||||
const bool extraDebugging = true;
|
||||
if (extraDebugging) {
|
||||
qDebug() << "OctreeQueryNode::~OctreeQueryNode()";
|
||||
}
|
||||
|
||||
if (_octreeSendThread) {
|
||||
forceNodeShutdown();
|
||||
}
|
||||
|
||||
delete[] _octreePacket;
|
||||
delete[] _lastOctreePacket;
|
||||
if (extraDebugging) {
|
||||
qDebug() << "OctreeQueryNode::~OctreeQueryNode()... DONE...";
|
||||
}
|
||||
}
|
||||
|
||||
void OctreeQueryNode::nodeKilled() {
|
||||
|
|
Loading…
Reference in a new issue