Fixed set method
This commit is contained in:
parent
2851429333
commit
ee9b23f670
@ -151,7 +151,7 @@ class OSGUTIL_EXPORT IntersectionVisitor : public osg::NodeVisitor
|
||||
|
||||
|
||||
/** Set whether the intersectors should use KdTrees when they are found on the scene graph.*/
|
||||
void setUseKdTreeWhenAvailable(bool useKdTrees) { _useKdTreesWhenAvailable; }
|
||||
void setUseKdTreeWhenAvailable(bool useKdTrees) { _useKdTreesWhenAvailable = useKdTrees; }
|
||||
|
||||
/** Set whether the intersectors should use KdTrees.*/
|
||||
bool getUseKdTreeWhenAvailable() const { return _useKdTreesWhenAvailable; }
|
||||
|
Loading…
Reference in New Issue
Block a user