mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
fixed comment
This commit is contained in:
parent
9b0cc14552
commit
370defdc4a
1 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,7 @@ void VoxelNode::init(unsigned char * octalCode) {
|
|||
setVoxelSystem(NULL);
|
||||
_isDirty = true;
|
||||
_shouldRender = false;
|
||||
_sourceUUIDKey = 0; // hardcoded to 0 for removal of 16 bit node ID
|
||||
_sourceUUIDKey = 0;
|
||||
calculateAABox();
|
||||
markWithChangedTime();
|
||||
|
||||
|
@ -169,7 +169,6 @@ void VoxelNode::setVoxelSystem(VoxelSystem* voxelSystem) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
const uint16_t KEY_FOR_NULL = 0;
|
||||
uint16_t VoxelNode::_nextUUIDKey = KEY_FOR_NULL + 1; // start at 1, 0 is reserved for NULL
|
||||
std::map<QString, uint16_t> VoxelNode::_mapSourceUUIDsToKeys;
|
||||
|
|
Loading…
Reference in a new issue