From 22bb35f4f120e2a7fab5681a269491ec0d38eb15 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Sep 2004 20:13:16 +0000 Subject: [PATCH] Fixed typo --- include/osgDB/DatabasePager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgDB/DatabasePager b/include/osgDB/DatabasePager index 71b20d51b..379127759 100644 --- a/include/osgDB/DatabasePager +++ b/include/osgDB/DatabasePager @@ -182,7 +182,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl void getMaxAnisotropyPolicy(bool& changeAnisotropy, float& valueAnisotropy) const { changeAnisotropy = _changeAnisotropy; valueAnisotropy = _valueAnisotropy; } - /** Return trye if there are pending updates to the scene graph that require a call to updateSceneGraph(double). */ + /** Return true if there are pending updates to the scene graph that require a call to updateSceneGraph(double). */ bool requiresUpdateSceneGraph() const; /** Merge the changes to the scene graph by calling calling removeExpiredSubgraphs then addLoadedDataToSceneGraph.