diff --git a/src/osgUtil/PolytopeIntersector.cpp b/src/osgUtil/PolytopeIntersector.cpp index 08455b07e..c17153e2c 100644 --- a/src/osgUtil/PolytopeIntersector.cpp +++ b/src/osgUtil/PolytopeIntersector.cpp @@ -87,8 +87,8 @@ namespace PolytopeIntersectorUtils PolytopePrimitiveIntersector() : _index(0), - _dimensionMask( PolytopeIntersector::AllDims ), _limitOneIntersection( false ), + _dimensionMask( PolytopeIntersector::AllDims ), _candidates(20) {} void addIntersection(unsigned int index, const CandList_t& cands) {