Removed redundent spaces

This commit is contained in:
Robert Osfield 2013-09-24 08:56:47 +00:00
parent 351f98b10d
commit 874a7ed3b3

View File

@ -67,7 +67,7 @@ class OSGUTIL_EXPORT LineSegmentIntersector : public Intersector
/** convinience function for mapping the intersection point to any textures assigned to the objects intersected.
* Returns the Texture pointer and texture coords of object hit when a texture is available on the object, returns NULL otherwise.*/
osg::Texture* getTextureLookUp(osg::Vec3& tc) const;
};
typedef std::multiset<Intersection> Intersections;