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()
|
const char * Font::getCurrentGlyphCollection()
|
||||||
{
|
{
|
||||||
if (_customGlyphs)
|
if (_customGlyphs)
|
||||||
|
{
|
||||||
return _customGlyphs;
|
return _customGlyphs;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return getGlyphCollection(_usedGlyphs);
|
return getGlyphCollection(_usedGlyphs);
|
||||||
|
|
Loading…
Reference in New Issue