mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(Freetype) Move variables to top
This commit is contained in:
parent
f016f866b4
commit
80c498c38c
@ -82,8 +82,8 @@ static bool font_renderer_create_atlas(ft_font_renderer_t *handle)
|
||||
|
||||
for (i = 0; i < FT_ATLAS_SIZE; i++)
|
||||
{
|
||||
struct font_glyph *glyph = &handle->glyphs[i];
|
||||
FT_GlyphSlot slot;
|
||||
struct font_glyph *glyph = &handle->glyphs[i];
|
||||
|
||||
if (!glyph)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user