diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index e9236e41e..25d9764cd 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -137,16 +137,16 @@ void GlyphTexture::addGlyph(Glyph* glyph, int posX, int posY) void GlyphTexture::copyGlyphImage(Glyph* glyph) { + _image->dirty(); if (_glyphTextureFeatures==GREYSCALE) { - // OSG_NOTICE<<"GlyphTexture::copyGlyphImage() greyscale copy"<