Fix garbled text

pull/769/head
Levin Li 2020-06-15 19:37:43 +08:00
parent 2ce81471f6
commit 20b066cbcd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ struct TextureFontPrivate
int m_texWidth;
int m_texHeight;
GLuint m_texName; // texture object
GLuint m_texName { 0 }; // texture object
vector<Glyph> m_glyphs; // character information
GLint m_maxTextureSize; // max supported texture size