Fix whitespace

This commit is contained in:
shchmue
2019-03-07 11:06:32 -05:00
parent 867d2d6520
commit 8b42b1b184
7 changed files with 15 additions and 16 deletions

View File

@ -89,7 +89,7 @@ namespace Common {
}
glyph_index = FT_Get_Char_Index(face, (FT_ULong)str[i]);
if (R_FAILED(FT_Load_Glyph(face, glyph_index, FT_LOAD_COLOR) ||
FT_Render_Glyph(face->glyph, FT_RENDER_MODE_NORMAL) != 0))
{