mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:30:33 +02:00
fixed comment
This commit is contained in:
parent
370defdc4a
commit
a6664e442c
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ void VoxelSystem::falseColorizeBySource() {
|
||||||
NodeList* nodeList = NodeList::getInstance();
|
NodeList* nodeList = NodeList::getInstance();
|
||||||
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
||||||
if (node->getType() == NODE_TYPE_VOXEL_SERVER) {
|
if (node->getType() == NODE_TYPE_VOXEL_SERVER) {
|
||||||
uint16_t nodeID = VoxelNode::getSourceNodeUUIDKey(node->getUUID()); // hardcoded since removal of 16 bit node IDs
|
uint16_t nodeID = VoxelNode::getSourceNodeUUIDKey(node->getUUID());
|
||||||
int groupColor = voxelServerCount % NUMBER_OF_COLOR_GROUPS;
|
int groupColor = voxelServerCount % NUMBER_OF_COLOR_GROUPS;
|
||||||
args.colors[nodeID] = groupColors[groupColor];
|
args.colors[nodeID] = groupColors[groupColor];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue