From 1b7bfd208727d87eb16c28c49817a3c679e1044d Mon Sep 17 00:00:00 2001 From: jojo61 Date: Thu, 27 Feb 2020 16:24:07 +0100 Subject: [PATCH] More openglosd fixes --- openglosd.cpp | 1 + 1 file changed, 1 insertion(+) 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) {