mirror of https://github.com/axmolengine/axmol.git
close #3869:fixed Font::setCurrentGlyphCollection not saved the settings
This commit is contained in:
parent
710b614680
commit
cb9330dfd6
|
@ -85,6 +85,7 @@ void Font::setCurrentGlyphCollection(GlyphCollection glyphs, const char *customG
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
_usedGlyphs = glyphs;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * Font::getCurrentGlyphCollection() const
|
const char * Font::getCurrentGlyphCollection() const
|
||||||
|
|
Loading…
Reference in New Issue