mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
remove comment
This commit is contained in:
parent
ce41477f46
commit
385865c6c1
1 changed files with 0 additions and 1 deletions
|
@ -614,7 +614,6 @@ void VoxelServer::run() {
|
|||
|
||||
// walk the node list and disconnect any connected agent nodes
|
||||
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
||||
// only send to the NodeTypes that are NODE_TYPE_VOXEL_SERVER
|
||||
if (node->getType() == NODE_TYPE_AGENT) {
|
||||
node->lock();
|
||||
VoxelNodeData* nodeData = (VoxelNodeData*) node->getLinkedData();
|
||||
|
|
Loading…
Reference in a new issue