diff --git a/src/osgText/Text.cpp b/src/osgText/Text.cpp index 94ac0e923..46c857639 100644 --- a/src/osgText/Text.cpp +++ b/src/osgText/Text.cpp @@ -90,6 +90,8 @@ void Text::setShaderTechnique(ShaderTechnique technique) _shaderTechnique = technique; assignStateSet(); + + computeGlyphRepresentation(); } osg::StateSet* Text::createStateSet()