diff --git a/src/osgUtil/PolytopeIntersector.cpp b/src/osgUtil/PolytopeIntersector.cpp index c17153e2c..2213da1a0 100644 --- a/src/osgUtil/PolytopeIntersector.cpp +++ b/src/osgUtil/PolytopeIntersector.cpp @@ -89,6 +89,7 @@ namespace PolytopeIntersectorUtils _index(0), _limitOneIntersection( false ), _dimensionMask( PolytopeIntersector::AllDims ), + _plane_mask(0x0), _candidates(20) {} void addIntersection(unsigned int index, const CandList_t& cands) {