diff --git a/src/osgText/Text.cpp b/src/osgText/Text.cpp index 25a3d4665..2c614f0e2 100644 --- a/src/osgText/Text.cpp +++ b/src/osgText/Text.cpp @@ -1118,6 +1118,9 @@ void Text::drawImplementation(osg::State& state, const osg::Vec4& colorMultiplie // ** apply this new modelview matrix state.applyModelViewMatrix(modelview); + // workaround for GL3/GL2 + if (state.getUseModelViewAndProjectionUniforms()) state.applyModelViewAndProjectionUniformsIfRequired(); + // OSG_NOTICE<<"New state.applyModelViewMatrix() "<