diff --git a/src/osgSim/ElevationSlice.cpp b/src/osgSim/ElevationSlice.cpp index a2600b4a6..f9b56624d 100644 --- a/src/osgSim/ElevationSlice.cpp +++ b/src/osgSim/ElevationSlice.cpp @@ -1266,7 +1266,7 @@ void ElevationSlice::computeIntersections(osg::Node* scene) } } -#if 1 +#if 0 osg::ref_ptr geode = new osg::Geode; for(itr = intersections.begin(); @@ -1382,7 +1382,7 @@ void ElevationSlice::computeIntersections(osg::Node* scene) constructor.copyPoints(_intersections, _distanceHeightIntersections); -#if 1 +#if 0 { osg::ref_ptr geode = new osg::Geode;