Fixed -Wextra warnings
This commit is contained in:
@@ -58,6 +58,7 @@ CullVisitor::CullVisitor():
|
||||
}
|
||||
|
||||
CullVisitor::CullVisitor(const CullVisitor& rhs):
|
||||
osg::Object(rhs),
|
||||
NodeVisitor(rhs),
|
||||
CullStack(rhs),
|
||||
_currentStateGraph(NULL),
|
||||
|
||||
@@ -225,7 +225,7 @@ LineSegmentIntersector::LineSegmentIntersector(const osg::Vec3d& start, const os
|
||||
LineSegmentIntersector::LineSegmentIntersector(CoordinateFrame cf, const osg::Vec3d& start, const osg::Vec3d& end,
|
||||
LineSegmentIntersector* parent, osgUtil::Intersector::IntersectionLimit intersectionLimit):
|
||||
Intersector(cf, intersectionLimit),
|
||||
_parent(0),
|
||||
_parent(parent),
|
||||
_start(start),
|
||||
_end(end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user