Fix a typo

This commit is contained in:
Clownacy 2020-10-26 00:05:36 +00:00
parent cded38dad8
commit 4a6b04d306

View file

@ -1027,7 +1027,7 @@ static Glyph* GetGlyph(Font *font, unsigned long unicode_value)
glyph_pointer = &glyph->next; glyph_pointer = &glyph->next;
} }
// Couldn't find glyph - overwrite the old at the end. // Couldn't find glyph - overwrite the old one at the end.
// The one at the end hasn't been used in a while anyway. // The one at the end hasn't been used in a while anyway.
#ifdef FREETYPE_FONTS #ifdef FREETYPE_FONTS