mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 23:27:22 +02:00
fix compiler warning
This commit is contained in:
parent
0560b16133
commit
c9da89cde7
1 changed files with 0 additions and 1 deletions
|
@ -887,7 +887,6 @@ int Octree::encodeTreeBitstreamRecursion(OctreeElement* node,
|
||||||
unsigned char childrenExistInTreeBits = 0;
|
unsigned char childrenExistInTreeBits = 0;
|
||||||
unsigned char childrenExistInPacketBits = 0;
|
unsigned char childrenExistInPacketBits = 0;
|
||||||
unsigned char childrenColoredBits = 0;
|
unsigned char childrenColoredBits = 0;
|
||||||
const int BYTES_PER_COLOR = 3;
|
|
||||||
|
|
||||||
// Make our local buffer large enough to handle writing at this level in case we need to.
|
// Make our local buffer large enough to handle writing at this level in case we need to.
|
||||||
LevelDetails thisLevelKey = packetData->startLevel();
|
LevelDetails thisLevelKey = packetData->startLevel();
|
||||||
|
|
Loading…
Reference in a new issue