Fixed typo in comment.

This commit is contained in:
Robert Osfield
2002-08-06 10:07:17 +00:00
parent 8a5d7f9bfb
commit 5822c2c1ff

View File

@@ -272,7 +272,7 @@ class SG_EXPORT Camera: public osg::Referenced
const Matrix getModelViewMatrix() const;
/** Get the camera view frsutm.*/
/** Get the camera view frustum.*/
inline Polytope getViewFrustum() const
{
Polytope cv;