mirror of https://github.com/axmolengine/axmol.git
Initialize m_sString pointer.
This commit is contained in:
parent
22052db4bd
commit
8271fdd95b
|
@ -808,6 +808,7 @@ CCLabelBMFont::CCLabelBMFont()
|
|||
: m_cOpacity(0)
|
||||
, m_bIsOpacityModifyRGB(false)
|
||||
, m_pConfiguration(NULL)
|
||||
, m_sString(NULL)
|
||||
, m_bLineBreakWithoutSpaces(false)
|
||||
, m_tImageOffset(CCPointZero)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue