Utility/Font: Fix crash

Former-commit-id: 6da45eeb68cba7d7588b7092cb3e88d00a91d307
This commit is contained in:
Lynix 2015-06-13 00:46:01 +02:00
parent 310dcf40b1
commit 8f797737c6
1 changed files with 1 additions and 1 deletions

View File

@ -22,10 +22,10 @@ bool NzFontParams::IsValid() const
} }
NzFont::NzFont() : NzFont::NzFont() :
m_atlas(s_defaultAtlas),
m_glyphBorder(s_defaultGlyphBorder), m_glyphBorder(s_defaultGlyphBorder),
m_minimumStepSize(s_defaultMinimumStepSize) m_minimumStepSize(s_defaultMinimumStepSize)
{ {
SetAtlas(s_defaultAtlas);
} }
NzFont::~NzFont() NzFont::~NzFont()