Typo fix if USE_HOME_POSITION.

This commit is contained in:
Robert Osfield
2003-01-13 20:14:23 +00:00
parent c3c346e647
commit c882283b5d
2 changed files with 4 additions and 6 deletions

View File

@@ -129,11 +129,9 @@ class SG_EXPORT Camera: public osg::Referenced
enum LookAtType
{
USE_HOME_POSITON,
USE_HOME_POSITION,
USE_EYE_AND_QUATERNION,
USE_EYE_CENTER_AND_UP
};