More openglosd fixes

This commit is contained in:
jojo61 2020-02-27 16:24:07 +01:00
parent 03e69b5e26
commit 1b7bfd2087
1 changed files with 1 additions and 0 deletions

View File

@ -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) {