From 13c593ce0eddeec0852a45109cf06fe0d31345f9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 21 Nov 2017 13:59:51 +0000 Subject: [PATCH] Fixed typo --- include/osgText/Text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgText/Text b/include/osgText/Text index 2bd443f19..b2ae9c695 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -183,7 +183,7 @@ public: /** Get the coordinates of the character corners in local coordinates. Use Text::getMatrix() or Text::computeMatrix(..) to get the transform into model coordinates (see TextBase header.) */ - bool getCharacterCorners(unsigned int index, osg::Vec3& bottomLeft, osg::Vec3& bottomRight, osg::Vec3& topLef, osg::Vec3& topRight) const; + bool getCharacterCorners(unsigned int index, osg::Vec3& bottomLeft, osg::Vec3& bottomRight, osg::Vec3& topLeft, osg::Vec3& topRight) const; /** Resize any per context GLObject buffers to specified size. */ virtual void resizeGLObjectBuffers(unsigned int maxSize);