Skip to content
Snippets Groups Projects
Commit 52556982 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-297

Checker: UNINIT_CTOR
Function: LLFontFreetype::LLFontFreetype()
File: /indra/llrender/llfontfreetype.cpp
parent e5e654ac
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,7 @@ LLFontFreetype::LLFontFreetype() ...@@ -112,6 +112,7 @@ LLFontFreetype::LLFontFreetype()
mFTFace(NULL), mFTFace(NULL),
mRenderGlyphCount(0), mRenderGlyphCount(0),
mAddGlyphCount(0), mAddGlyphCount(0),
mStyle(0),
mPointSize(0) mPointSize(0)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment