mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 14:03:20 +02:00
fix mac compiler error
This commit is contained in:
parent
14a6e1fb6b
commit
33110eda30
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] { 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
|
||||
OctreeElementPointer OctreeElement::getChildAtIndex(int childIndex) const {
|
||||
#ifdef SIMPLE_CHILD_ARRAY
|
||||
|
|
Loading…
Reference in a new issue