Fixes to removed dependency on RefNodePath.

This commit is contained in:
Robert Osfield
2006-02-28 18:54:29 +00:00
parent a8255f6932
commit deb6632b04
3 changed files with 17 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ void NodeTrackerCallback::update(osg::Node& node)
osg::NodePath nodePath;
for(ObserveredNodePath::iterator itr = _trackNodePath.begin();
itr != _trackNodePath.begin();
itr != _trackNodePath.end();
++itr)
{
nodePath.push_back(itr->get());