Utility/Font: Fix crash
Former-commit-id: 6da45eeb68cba7d7588b7092cb3e88d00a91d307
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user