(Freetype) Move variables to top

This commit is contained in:
twinaphex 2015-07-14 00:35:21 +02:00
parent f016f866b4
commit 80c498c38c

View File

@ -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;