Changed hitItr to be a const_iterator.
This commit is contained in:
parent
06c3dd3500
commit
07c3503dbb
@ -115,7 +115,7 @@ class OSGMANIPULATOR_EXPORT PointerInfo
|
||||
osg::Camera* _camera;
|
||||
|
||||
IntersectionList _hitList;
|
||||
IntersectionList::iterator _hitIter;
|
||||
IntersectionList::const_iterator _hitIter;
|
||||
|
||||
osg::Matrix _MVPW;
|
||||
osg::Matrix _inverseMVPW;
|
||||
|
Loading…
Reference in New Issue
Block a user