From f8f6a9fedf937d290d49c57c63ac0189872d91b5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Mar 2011 13:40:13 +0000 Subject: [PATCH] Fixed warning --- src/osgUtil/PolytopeIntersector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {