mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 10:04:49 +02:00
fix warning about unused variable
This commit is contained in:
parent
eec8affd84
commit
0f586cc0fb
1 changed files with 0 additions and 2 deletions
|
@ -224,10 +224,8 @@ int Octree::readNodeData(OctreeElement* destinationNode, const unsigned char* no
|
|||
}
|
||||
|
||||
OctreeElement* childNodeAt = destinationNode->getChildAtIndex(i);
|
||||
bool nodeWasDirty = false;
|
||||
bool nodeIsDirty = false;
|
||||
if (childNodeAt) {
|
||||
nodeWasDirty = childNodeAt->isDirty();
|
||||
bytesRead += childNodeAt->readElementDataFromBuffer(nodeData + bytesRead, bytesLeftToRead, args);
|
||||
childNodeAt->setSourceUUID(args.sourceUUID);
|
||||
|
||||
|
|
Loading…
Reference in a new issue