fixme question

This commit is contained in:
William Kendrick 2009-06-01 16:44:09 +00:00
parent 7603d1444f
commit f063d9f4fc

View file

@ -1479,6 +1479,7 @@ int charset_works(TuxPaint_Font * font, const char *s)
}
#endif
/* FIXME: Should the following be in an "#else" block!? -bjk 2009.06.01 */
if (font->typ == FONT_TYPE_TTF)
{
tmp_surf = TTF_RenderUTF8_Blended(font->ttf_font, c, black);