Fixed typo

This commit is contained in:
Robert Osfield
2008-07-15 21:28:22 +00:00
parent e9368c6fa3
commit e6c99b0434

View File

@@ -556,7 +556,7 @@ void IntersectKdTree::intersect(const KdTree::KdNode& node, const osg::Vec3& ls,
intersection.p2 = tri.p2;
intersection.r0 = r0;
intersection.r1 = r1;
intersection.r2 = r1;
intersection.r2 = r2;
#endif
// osg::notify(osg::NOTICE)<<" got intersection ("<<in<<") ratio="<<r<<std::endl;