Improved support for Text with large numbers of glyphs

This commit is contained in:
Robert Osfield
2017-05-25 12:38:54 +01:00
parent 502acc19c9
commit 79e764bd17
2 changed files with 31 additions and 17 deletions

View File

@@ -299,7 +299,7 @@ protected:
typedef osg::ref_ptr<osg::Vec2Array> TexCoords;
typedef osg::ref_ptr<osg::Vec4Array> ColorCoords;
typedef std::vector< osg::ref_ptr<osg::DrawElementsUShort> > Primitives;
typedef std::vector< osg::ref_ptr<osg::DrawElements> > Primitives;
// members which have public access.