Clean up as for code review

This commit is contained in:
carlo morgantini 2013-08-14 12:37:59 -07:00
parent 47be4ff58a
commit afd0e88284
1 changed files with 2 additions and 0 deletions

View File

@ -88,7 +88,9 @@ void Font::setCurrentGlyphCollection(GlyphCollection glyphs, const char *customG
const char * Font::getCurrentGlyphCollection()
{
if (_customGlyphs)
{
return _customGlyphs;
}
else
{
return getGlyphCollection(_usedGlyphs);