Fixed typo in comments and onscreen help.

This commit is contained in:
Robert Osfield
2005-12-09 20:03:04 +00:00
parent c41d027e6b
commit 0347895c96
9 changed files with 9 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ class OSGGA_EXPORT FlightManipulator : public MatrixManipulator
bool calcMovement();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;