diff --git a/openglosd.cpp b/openglosd.cpp index 6d57be1..e8701b8 100644 --- a/openglosd.cpp +++ b/openglosd.cpp @@ -1173,6 +1173,7 @@ cOglCmdDrawText::cOglCmdDrawText( cOglFb *fb, GLint x, GLint y, unsigned int *sy this->colorText = colorText; this->fontSize = fontSize; this->symbols = symbols; + this->fontName = name; } cOglCmdDrawText::~cOglCmdDrawText(void) {