mirror of https://github.com/axmolengine/axmol.git
Clean up as for code review
This commit is contained in:
parent
47be4ff58a
commit
afd0e88284
|
@ -88,7 +88,9 @@ void Font::setCurrentGlyphCollection(GlyphCollection glyphs, const char *customG
|
|||
const char * Font::getCurrentGlyphCollection()
|
||||
{
|
||||
if (_customGlyphs)
|
||||
{
|
||||
return _customGlyphs;
|
||||
}
|
||||
else
|
||||
{
|
||||
return getGlyphCollection(_usedGlyphs);
|
||||
|
|
Loading…
Reference in New Issue