mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix mac compiler error
This commit is contained in:
parent
8bfb368a61
commit
da651ac475
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ AtomicUIntStat OctreeElement::_getChildAtIndexCalls { 0 };
|
|||
AtomicUIntStat OctreeElement::_setChildAtIndexTime { 0 };
|
||||
AtomicUIntStat OctreeElement::_setChildAtIndexCalls { 0 };
|
||||
AtomicUIntStat OctreeElement::_externalChildrenCount { 0 };
|
||||
AtomicUIntStat OctreeElement::_childrenCount[NUMBER_OF_CHILDREN + 1] { 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
AtomicUIntStat OctreeElement::_childrenCount[NUMBER_OF_CHILDREN + 1];
|
||||
|
||||
OctreeElementPointer OctreeElement::getChildAtIndex(int childIndex) const {
|
||||
#ifdef SIMPLE_CHILD_ARRAY
|
||||
|
|
Loading…
Reference in a new issue