diff --git a/src/osgText/Text.cpp b/src/osgText/Text.cpp index 4ec4f3e52..5e1ef1c9b 100644 --- a/src/osgText/Text.cpp +++ b/src/osgText/Text.cpp @@ -185,6 +185,7 @@ void Text::drawImmediateMode(State& state) // we must disable all the vertex arrays to prevent any state // propagating into text. state.disableAllVertexArrays(); + state.setActiveTextureUnit(0); // draw boundingBox if(_drawMode & BOUNDINGBOX)