Skip to content

Commit

Permalink
Fixed HEIGHEST misspelling to HIGHEST
Browse files Browse the repository at this point in the history
  • Loading branch information
andesengineering committed Jul 19, 2006
1 parent 6191c73 commit f6efd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osgUtil/IntersectVisitor
Expand Up @@ -123,7 +123,7 @@ class OSGUTIL_EXPORT IntersectVisitor : public osg::NodeVisitor

enum LODSelectionMode
{
USE_HEIGHEST_LEVEL_OF_DETAIL,
USE_HIGHEST_LEVEL_OF_DETAIL,
USE_SEGMENT_START_POINT_AS_EYE_POINT_FOR_LOD_LEVEL_SELECTION
};

Expand Down

0 comments on commit f6efd39

Please sign in to comment.