From ca9771f7ba9df16c0091f2c960313956caf63e26 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 22 Nov 2010 19:18:00 +0000 Subject: [PATCH] Fixed typo --- src/osgPlugins/freetype/FreeTypeFont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/freetype/FreeTypeFont.cpp b/src/osgPlugins/freetype/FreeTypeFont.cpp index 9975eb058..d903c8a2d 100644 --- a/src/osgPlugins/freetype/FreeTypeFont.cpp +++ b/src/osgPlugins/freetype/FreeTypeFont.cpp @@ -78,7 +78,7 @@ struct Char3DInfo } if (!(_currentPrimitiveSet->empty()) && - (*_verts)[(*+_currentPrimitiveSet)[0]] == pos) + (*_verts)[(*_currentPrimitiveSet)[0]] == pos) { _currentPrimitiveSet->push_back( (*_currentPrimitiveSet)[0] ); }